Add 'exec' so that the sh process is no longer in memory when the game

is started.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1420 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-11-14 15:26:03 +00:00
parent d2a969b38d
commit f090ae624b
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
# Wrapper script for starting The Ur-Quan Masters # Wrapper script for starting The Ur-Quan Masters
"@INSTALL_LIBDIR@uqm/uqm" "--contentdir=@INSTALL_SHAREDIR@uqm/content" "$@" exec "@INSTALL_LIBDIR@uqm/uqm" "--contentdir=@INSTALL_SHAREDIR@uqm/content" "$@"