summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 15:37:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 15:37:22 -0400
commit1721e743fac762dd14c66ff918a34011671f39a0 (patch)
treef19d13aefdebb1d491471300ba916d0a7764cba6
parent26725f59373aea86fc428f953127b281b3c4d3e5 (diff)
minor typo
-rwxr-xr-xstandalone/android/buildapk2
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"
}