Missing quotes, makes running run.sh do weirdness.

The following patch will cure that.

-tappel

--- orig/freenet-18102001/config.sh     Thu Oct 18 10:30:02 2001
+++ freenet-18102001/config.sh  Thu Oct 18 16:30:09 2001
@@ -30,7 +30,7 @@
 fi
 echo storeCacheSize=$dssz >> freenet.conf
 
-let DEFLP=($RANDOM%30000)+2000
+let "DEFLP=($RANDOM%30000)+2000"
 # We should really check for a port collision, but it is very unlikely
 echo -n What port should Freenet listen on [$DEFLP] :
 read lp


_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/support

Reply via email to