Correctly quote command-line arguments.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3379 127b21dd-08f5-0310-b4b7-95ae10353056
master
Darren Salt 2010-05-19 16:30:30 +00:00
parent 659714282e
commit 801be96415
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
openapp oolite $@ &
openapp oolite "$@" &