summaryrefslogtreecommitdiff
path: root/auto/functions
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2013-08-25 10:11:16 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2013-08-25 10:11:16 +0200
commit97685e70eb99edaea1a9a420460ef05fd2b19dcd (patch)
tree993b26701c735e633b4260dc69215269240480fc /auto/functions
parent559d2331951c98d542767c0623d18b7be390cd16 (diff)
downloadkanotix-97685e70eb99edaea1a9a420460ef05fd2b19dcd.zip
kanotix-97685e70eb99edaea1a9a420460ef05fd2b19dcd.tar.gz
further auto hook fixes for live-build 3.0.5
Diffstat (limited to 'auto/functions')
-rw-r--r--auto/functions/compat2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/functions/compat b/auto/functions/compat
index e93c386..79f629a 100644
--- a/auto/functions/compat
+++ b/auto/functions/compat
@@ -87,7 +87,7 @@ Compat_packagelists()
(
echo '# AUTOGENERATED from "lb config -p" option - DO NOT CHANGE'
IFS=" "
- for packagelist in $1
+ for packagelist in $@
do
echo "#include <$packagelist>"
done