[freenet-cvs] r18478 - trunk/apps/new_installer/res/unix/bin

nextgens at freenetproject.org nextgens at freenetproject.org
Wed Mar 12 02:55:38 UTC 2008


Author: nextgens
Date: 2008-03-12 02:55:38 +0000 (Wed, 12 Mar 2008)
New Revision: 18478

Modified:
   trunk/apps/new_installer/res/unix/bin/setup.sh
Log:
new_installer: more paranoia

Modified: trunk/apps/new_installer/res/unix/bin/setup.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/setup.sh	2008-03-12 02:44:27 UTC (rev 18477)
+++ trunk/apps/new_installer/res/unix/bin/setup.sh	2008-03-12 02:55:38 UTC (rev 18478)
@@ -6,6 +6,8 @@
 echo '#!/bin/sh' > _install_toSource.sh
 echo INSTALL_PATH=\"$INSTALL_PATH\" >> _install_toSource.sh
 echo JOPTS=\" -Djava.net.preferIPv4Stack=true \" >> _install_toSource.sh
+chmod 755 _install_toSource.sh
+alias .=
 
 if test -s freenet.ini
 then




More information about the cvs mailing list