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/ramspeed/install.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'pts/test-resources/ramspeed/install.sh') diff --git a/pts/test-resources/ramspeed/install.sh b/pts/test-resources/ramspeed/install.sh index c84c57e..76b595f 100644 --- a/pts/test-resources/ramspeed/install.sh +++ b/pts/test-resources/ramspeed/install.sh @@ -1,7 +1,5 @@ #!/bin/sh -cd $1 - tar -xvf ramspeed-2.5.1.tar.gz echo "#!/bin/sh -- cgit