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 ?

Reply via email to