[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r20430: {torbrowser} Fix test. (torbrowser/trunk/src/RelativeLink)



Author: ioerror
Date: 2009-08-28 15:35:25 -0400 (Fri, 28 Aug 2009)
New Revision: 20430

Modified:
   torbrowser/trunk/src/RelativeLink/RelativeLink.sh
Log:
Fix test.


Modified: torbrowser/trunk/src/RelativeLink/RelativeLink.sh
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink.sh	2009-08-28 19:34:25 UTC (rev 20429)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink.sh	2009-08-28 19:35:25 UTC (rev 20430)
@@ -21,7 +21,7 @@
 export LD_LIBRARY_PATH=${HOME}/Lib/
 export DYLD_PRINT_LIBRARIES=1
 
-if [ -n ${debug} ]; then
+if [ ${debug} ]; then
   if [ -n "${surveysays}" ]; then echo "Survey says: $surveysays"; fi
   echo "We're running as PID: $$";
   echo "Attemping to properly configure HOME...";