From f090ae624b970aa4185fe389ee37d8ed47bb9463 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sun, 14 Nov 2004 15:26:03 +0000 Subject: [PATCH] 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 --- sc2/build/unix/uqm-wrapper.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/build/unix/uqm-wrapper.in b/sc2/build/unix/uqm-wrapper.in index 3ae7ea20f..262f7f498 100755 --- a/sc2/build/unix/uqm-wrapper.in +++ b/sc2/build/unix/uqm-wrapper.in @@ -1,4 +1,4 @@ #!/bin/sh # 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" "$@"