Author: nextgens
Date: 2007-01-03 14:52:23 +0000 (Wed, 03 Jan 2007)
New Revision: 11558
Modified:
trunk/apps/new_installer/res/unix/bin/1run.sh
Log:
new_installer: from the man :
-n STRING
the length of STRING is nonzero
STRING equivalent to -n STRING
...
cool but they forgot to say that -n is a valid string
Modified: trunk/apps/new_installer/res/unix/bin/1run.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/1run.sh 2007-01-03 14:44:28 UTC
(rev 11557)
+++ trunk/apps/new_installer/res/unix/bin/1run.sh 2007-01-03 14:52:23 UTC
(rev 11558)
@@ -1,6 +1,6 @@
#!/bin/sh
-if test -n $DST
+if test $DST
then
DST="$INSTALL_PATH"
else