summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 15:50:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 15:50:10 -0400
commit42642f00ff3eee96ce3661ec3d0886ae0fbfffd8 (patch)
tree300fcf91201b13949ef44c67e6256324292ea03a
parent69b66353595285bd8617479457e51692758ef324 (diff)
typo
-rwxr-xr-xstandalone/android/buildapk2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildapk b/standalone/android/buildapk
index 213ddcbb1..063fe6c83 100755
--- a/standalone/android/buildapk
+++ b/standalone/android/buildapk
@@ -14,7 +14,7 @@ fi
VER="$(perl -e '$_=<>;print m/\((.*?)\)/'<../../CHANGELOG)"
wrap () {
- sed -e "s!PROG!$1!" -e "s!OPTS!$3! < wrapper.pl > "$2"
+ sed -e "s!PROG!$1!" -e "s!OPTS!$3!" < wrapper.pl > "$2"
chmod +x "$2"
}