From b42d37270c2d45ac5d119431ddcb971b9b21a7cf Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Mon, 26 May 2008 11:07:10 -0400 Subject: Remove "cd $1" from un-needed areas of install.sh due to improvements in previous commit. --- pts/test-resources/nexuiz/install.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'pts/test-resources/nexuiz/install.sh') diff --git a/pts/test-resources/nexuiz/install.sh b/pts/test-resources/nexuiz/install.sh index 95e2a1b..376d293 100755 --- a/pts/test-resources/nexuiz/install.sh +++ b/pts/test-resources/nexuiz/install.sh @@ -2,8 +2,6 @@ # Nexuiz 2.4.2 -cd $1 - if [ -x /usr/games/nexuiz -a -r /usr/share/games/nexuiz/data/music.pk3 ]; then cat > nexuiz <<'EOT' #!/bin/sh -- cgit