* Daniel Cheng <j16sdiz+freenet at gmail.com> [2008-07-25 13:54:49]: > On Thu, Jul 24, 2008 at 4:09 AM, <nextgens at freenetproject.org> 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080725/c6963a9f/attachment.pgp>
