diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-25 10:11:16 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-25 10:11:16 +0200 |
commit | 97685e70eb99edaea1a9a420460ef05fd2b19dcd (patch) | |
tree | 993b26701c735e633b4260dc69215269240480fc /auto/functions | |
parent | 559d2331951c98d542767c0623d18b7be390cd16 (diff) | |
download | kanotix-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/compat | 2 |
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 |