summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2015-08-28 18:39:42 +0300
committerOscar Morante2015-08-28 18:40:57 +0300
commit5b17768ab328dbc2bd42faf676da21981eafa653 (patch)
treefc98dc57163f93deadbb00b0927608cf9d0c7121
parent7fed6f7e2758daf1d58689320ab424ce918610a7 (diff)
downloadaur-5b17768ab328dbc2bd42faf676da21981eafa653.tar.gz
change script to pass parameters untouched
-rwxr-xr-xunity-editor2
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-editor b/unity-editor
index 0383707fed49..39d7c5af41fa 100755
--- a/unity-editor
+++ b/unity-editor
@@ -1,2 +1,2 @@
#!/bin/sh
-exec /opt/Unity/Editor/Unity "$@"
+exec /opt/Unity/Editor/Unity $@