mirror of https://github.com/parazyd/arm-sdk.git
droid4: Expand $_patchset to work in the for loop.
This commit is contained in:
parent
5b1521a780
commit
f361def9c9
|
|
@ -77,7 +77,7 @@ build_kernel_${arch}() {
|
||||||
|
|
||||||
_patchdir="$R/extra/patches/linux-droid4-patches"
|
_patchdir="$R/extra/patches/linux-droid4-patches"
|
||||||
_patchset="$(find ${_patchdir} -name '*.patch' | sort)"
|
_patchset="$(find ${_patchdir} -name '*.patch' | sort)"
|
||||||
for i in "$_patchset"; do
|
for i in "${=_patchset}"; do
|
||||||
patch -p1 < "$i"
|
patch -p1 < "$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue