summaryrefslogtreecommitdiffstats
path: root/install-sh
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-17 10:00:09 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-17 10:00:09 -0400
commit84a2af00c1c21a3011b894209f9128e1a29b6e32 (patch)
tree123bf89863635c214fe2c8a5947242c0ff0de15f /install-sh
parent4fdcf1d1387ea39405f4a45f53e26a5d36de26f9 (diff)
downloadphoronix-test-suite-upstream-84a2af00c1c21a3011b894209f9128e1a29b6e32.tar.gz
phoronix-test-suite-upstream-84a2af00c1c21a3011b894209f9128e1a29b6e32.tar.xz
phoronix-test-suite-upstream-84a2af00c1c21a3011b894209f9128e1a29b6e32.zip
pts: Add more tests to memory test suite
Diffstat (limited to 'install-sh')
-rwxr-xr-xinstall-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-sh b/install-sh
index b197c13..1c61108 100755
--- a/install-sh
+++ b/install-sh
@@ -28,7 +28,7 @@ fi
if [ ! -w $INSTALL_PREFIX ]
then
- echo "\nERROR: $INSTALL_PREFIX is not writable. Run this installer as root or specify a different directory as the first argument sent to this script.\n"
+ echo "\nERROR: $INSTALL_PREFIX is not writable. Run this installer as root or specify a different directory prefix as the first argument sent to this script.\n"
exit
fi