* Daniel Cheng <[EMAIL PROTECTED]> [2008-07-25 13:54:49]: > On Thu, Jul 24, 2008 at 4:09 AM, <[EMAIL PROTECTED]> wrote: > > Author: nextgens > > Date: 2008-07-23 20:09:00 +0000 (Wed, 23 Jul 2008) > > New Revision: 21351 > > > [...] > > Modified: trunk/apps/new_installer/res/unix/bin/install_stun.sh > > =================================================================== > > --- trunk/apps/new_installer/res/unix/bin/install_stun.sh 2008-07-23 > > 20:00:30 UTC (rev 21350) > > +++ trunk/apps/new_installer/res/unix/bin/install_stun.sh 2008-07-23 > > 20:09:00 UTC (rev 21351) > > @@ -3,14 +3,14 @@ > > . "$HOME/_install_toSource.sh" || exit 0 > > cd "$INSTALL_PATH" > > > > -if test -f stun -a -e plug > > +if test -f stun -a -f plug > > then > > echo "Enabling the STUN plugin" > > - if test ! -e plugins; then mkdir plugins; fi > > + if test ! -f plugins; then mkdir plugins; fi > > use -d ? >
Right, fixed in r21390
signature.asc
Description: Digital signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
