summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2022-12-03 19:21:17 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2022-12-03 19:21:17 +0000
commit515a8562d5983ce5c1668a1a88780e6aed985de7 (patch)
treecbbdb59c7e52cba39d8427cb35ef1d658bd2a5ba
parent2e7b638cdc99e505f4f0ee773fe0606e44c88c70 (diff)
downloadappimg-builder-515a8562d5983ce5c1668a1a88780e6aed985de7.tar.gz
appimg-builder-515a8562d5983ce5c1668a1a88780e6aed985de7.tar.bz2
appimg-builder-515a8562d5983ce5c1668a1a88780e6aed985de7.tar.xz
appimg-builder-515a8562d5983ce5c1668a1a88780e6aed985de7.zip
Preserve escaping
https://stackoverflow.com/questions/4569149/bash-how-to-escape
-rwxr-xr-xAppRun2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppRun b/AppRun
index 53bb940..bfdfa7a 100755
--- a/AppRun
+++ b/AppRun
@@ -3,4 +3,4 @@
# change working dir, so that is next to the data directory
cd $APPDIR
-$APPDIR/usr/bin/manaplus $@ \ No newline at end of file
+$APPDIR/usr/bin/manaplus "$@"