From 1721e743fac762dd14c66ff918a34011671f39a0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 7 Jan 2015 15:37:22 -0400 Subject: minor typo --- standalone/android/buildapk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone') 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" } -- cgit v1.2.3