aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2013-06-25 17:06:07 +0100
committerWookey <wookey@wookware.org>2013-08-21 18:00:14 +0100
commitf88f779478f07e55b3ae8315cd4214807b6360ce (patch)
tree44e11d733783a6a0b41a49ce424c96cd7ed8f8f8
parent16ea2c4b27354dbcd7d5ec200f335e117d2b812d (diff)
Fix typo in last fix
-rwxr-xr-xscripts/package_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package_kernel b/scripts/package_kernel
index b60250d..7193c22 100755
--- a/scripts/package_kernel
+++ b/scripts/package_kernel
@@ -405,7 +405,7 @@ sbuild_source_pkg()
packagetag=$(changelog_get debian.linaro/changelog "Version")
cd ../../out
# -uc & -us are not regognised by sbuild. but -k is
- $keyarg=`echo $keyarg | sed -e 's/-uc//g;s/-us//g'`
+ keyarg=`echo $keyarg | sed -e 's/-uc//g;s/-us//g'`
#arch-specific hackery: arm64 chroot cannot be exactly the same
sbuild --host $DEBARCH --chroot-system-setup-commands="configchrootforarch $DEBARCH" --nolog -d $distribution $keyarg -c ${distribution}-amd64-sbuild ${packagename}_${packagetag}