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:
@@ -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" "$@"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user