summaryrefslogtreecommitdiff
path: root/auto/build
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-11-22 11:20:16 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2010-11-22 11:20:16 +0100
commit5dc113a55160faf4b687a10b213f4924b07b57b3 (patch)
tree98f8a133dd834b9dee54f2b3e66428523c6a70c8 /auto/build
parent8b562b1f619fc5465b1de03eaca0cc2a8828eabb (diff)
downloadkanotix-5dc113a55160faf4b687a10b213f4924b07b57b3.zip
kanotix-5dc113a55160faf4b687a10b213f4924b07b57b3.tar.gz
fixed auto scripts parameter handling (needs upstream fix, too!)
Diffstat (limited to 'auto/build')
-rwxr-xr-xauto/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/build b/auto/build
index 7b7e26b..cd4e151 100755
--- a/auto/build
+++ b/auto/build
@@ -58,12 +58,12 @@ if [ "$LB_KANOTIX_TMPFS" = "true" ]; then
rsync -a .. . --exclude=tmpfs
# build
prebuild
- time lb build noauto ${@} 2>&1 | tee binary.log
+ time lb build noauto "${@}" 2>&1 | tee binary.log
postbuild
cd ..
else
prebuild
- time lb build noauto ${@} 2>&1 | tee binary.log
+ time lb build noauto "${@}" 2>&1 | tee binary.log
postbuild
fi