summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2009-01-07 11:53:31 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2009-01-07 11:53:31 -0500
commit449d268ad3212aaf7f3b5ec32fa5c56f463d6718 (patch)
tree534e0a570515c773e6835e033292930a6f5ab70e
parent5c5d9dc7e11faa3b542c09769ec8ce1d19789280 (diff)
downloadphoronix-test-suite-upstream-449d268ad3212aaf7f3b5ec32fa5c56f463d6718.tar.gz
phoronix-test-suite-upstream-449d268ad3212aaf7f3b5ec32fa5c56f463d6718.tar.xz
phoronix-test-suite-upstream-449d268ad3212aaf7f3b5ec32fa5c56f463d6718.zip
install-sh: Add escape argument in install script from Hans
-rwxr-xr-xinstall-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-sh b/install-sh
index 4ae929d..6cb5022 100755
--- a/install-sh
+++ b/install-sh
@@ -70,7 +70,7 @@ cp -r pts-core/ $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/
sed 's:PTS_DIR=`pwd`:PTS_DIR='"$INSTALL_PREFIX"'\/share\/phoronix-test-suite:g' phoronix-test-suite > $DESTDIR$INSTALL_PREFIX/bin/phoronix-test-suite
chmod +x $DESTDIR$INSTALL_PREFIX/bin/phoronix-test-suite
-echo "\nPhoronix Test Suite Installation Completed\n
+echo -e "\nPhoronix Test Suite Installation Completed\n
Executable File: $INSTALL_PREFIX/bin/phoronix-test-suite
Documentation: $INSTALL_PREFIX/share/doc/phoronix-test-suite/
Phoronix Test Suite Files: $INSTALL_PREFIX/share/phoronix-test-suite/\n"