diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-07 15:37:22 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-07 15:37:22 -0400 |
commit | 1721e743fac762dd14c66ff918a34011671f39a0 (patch) | |
tree | f19d13aefdebb1d491471300ba916d0a7764cba6 | |
parent | 26725f59373aea86fc428f953127b281b3c4d3e5 (diff) |
minor typo
-rwxr-xr-x | standalone/android/buildapk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildapk b/standalone/android/buildapk index b7f7d033b..e91dd28b4 100755 --- a/standalone/android/buildapk +++ b/standalone/android/buildapk @@ -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" } |