add $@ to wrapper
This commit is contained in:
parent
508692f110
commit
605600afdb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ VER="$(perl -e '$_=<>;print m/\((.*?)\)/'<../../CHANGELOG)"
|
||||||
wrap () {
|
wrap () {
|
||||||
echo "#!/bin/sh -e" > "$2"
|
echo "#!/bin/sh -e" > "$2"
|
||||||
echo "echo \"$1 added options: $2\" >&2" >> "$2"
|
echo "echo \"$1 added options: $2\" >&2" >> "$2"
|
||||||
echo "$1 $3" >> "$2"
|
echo "$1 $3 "'"$@"' >> "$2"
|
||||||
chmod +x "$2"
|
chmod +x "$2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue