aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2013-08-21 16:52:25 +0100
committerWookey <wookey@wookware.org>2013-08-21 18:01:06 +0100
commit885017c7ae1070315a62547a3e639634c147bce1 (patch)
treeb13d7e38a8293fe50d1110e541abb7f7ee961c62
parentf0a7891c0f1f53cc29d64a70d88f5b5793a7cbe5 (diff)
remove whitespace noise
-rwxr-xr-xscripts/package_kernel2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/package_kernel b/scripts/package_kernel
index 7193c22..e3cbc2f 100755
--- a/scripts/package_kernel
+++ b/scripts/package_kernel
@@ -12,7 +12,6 @@ export TCBINDIR=${TCBINDIR:-"$HOME/tc/bin"}
export PATH="$CIROOTDIR/scripts:$CIROOTDIR/configs:$PATH"
toolchain_url=${toolchain_url:-}
-
# exit with error message and bad exit status
#
carp()
@@ -408,7 +407,6 @@ sbuild_source_pkg()
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}
-
}
test_build_source_pkg()