minor typo

This commit is contained in:
Joey Hess 2015-01-07 15:37:22 -04:00
parent 605600afdb
commit a3ec1d9c12

View file

@ -15,7 +15,7 @@ VER="$(perl -e '$_=<>;print m/\((.*?)\)/'<../../CHANGELOG)"
wrap () {
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"
chmod +x "$2"
}