minor typo
This commit is contained in:
parent
605600afdb
commit
a3ec1d9c12
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,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: $3\" >&2" >> "$2"
|
||||||
echo "$1 $3 "'"$@"' >> "$2"
|
echo "$1 $3 "'"$@"' >> "$2"
|
||||||
chmod +x "$2"
|
chmod +x "$2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue