Author: toad
Date: 2007-09-26 11:53:56 +0000 (Wed, 26 Sep 2007)
New Revision: 15319

Modified:
   trunk/apps/new_installer/res/unix/bin/install_librarian.sh
   trunk/apps/new_installer/res/unix/bin/install_stun.sh
   trunk/apps/new_installer/res/unix/bin/install_upnp.sh
Log:
don't redirect output of mkdir

Modified: trunk/apps/new_installer/res/unix/bin/install_librarian.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/install_librarian.sh  2007-09-26 
11:52:20 UTC (rev 15318)
+++ trunk/apps/new_installer/res/unix/bin/install_librarian.sh  2007-09-26 
11:53:56 UTC (rev 15319)
@@ -7,7 +7,7 @@
 if test -e librarian -a -e plug
 then
        echo "Enabling the Librarian plugin"
-       if test ! -e plugins; then mkdir plugins; fi 2>&1 >/dev/null
+       if test ! -e plugins; then mkdir plugins; fi
        PLUGINS="`cat plug`"
        echo "[EMAIL PROTECTED]://$INSTALL_PATH/plugins/Librarian.jar;$PLUGINS" 
> plug2
        mv -f plug2 plug

Modified: trunk/apps/new_installer/res/unix/bin/install_stun.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/install_stun.sh       2007-09-26 
11:52:20 UTC (rev 15318)
+++ trunk/apps/new_installer/res/unix/bin/install_stun.sh       2007-09-26 
11:53:56 UTC (rev 15319)
@@ -7,7 +7,7 @@
 if test -e stun -a -e plug
 then
        echo "Enabling the STUN plugin"
-       if test ! -e plugins; then mkdir plugins; fi 2>&1 >/dev/null
+       if test ! -e plugins; then mkdir plugins; fi
        PLUGINS="`cat plug`"
        echo "[EMAIL PROTECTED]://$INSTALL_PATH/plugins/JSTUN.jar;$PLUGINS" > 
plug2
        mv -f plug2 plug

Modified: trunk/apps/new_installer/res/unix/bin/install_upnp.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/install_upnp.sh       2007-09-26 
11:52:20 UTC (rev 15318)
+++ trunk/apps/new_installer/res/unix/bin/install_upnp.sh       2007-09-26 
11:53:56 UTC (rev 15319)
@@ -7,7 +7,7 @@
 if test -e upnp -a -e plug
 then
        echo "Enabling the UP&P plugin"
-       if test ! -e plugins; then mkdir plugins; fi 2>&1 >/dev/null
+       if test ! -e plugins; then mkdir plugins; fi
        PLUGINS="`cat plug`"
        echo "[EMAIL PROTECTED]://$INSTALL_PATH/plugins/UPnP.jar;$PLUGINS" > 
plug2
        mv -f plug2 plug

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to