diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-07 15:50:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-07 15:50:10 -0400 |
commit | 42642f00ff3eee96ce3661ec3d0886ae0fbfffd8 (patch) | |
tree | 300fcf91201b13949ef44c67e6256324292ea03a | |
parent | 69b66353595285bd8617479457e51692758ef324 (diff) |
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 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" } |