[freenet-cvs] r19869 - trunk/apps/new_installer/res/unix/bin
Author: nextgens Date: 2008-05-09 08:06:36 + (Fri, 09 May 2008) New Revision: 19869 Modified: trunk/apps/new_installer/res/unix/bin/browse.sh Log: new_installer: even better that way Modified: trunk/apps/new_installer/res/unix/bin/browse.sh === --- trunk/apps/new_installer/res/unix/bin/browse.sh 2008-05-09 08:04:48 UTC (rev 19868) +++ trunk/apps/new_installer/res/unix/bin/browse.sh 2008-05-09 08:06:36 UTC (rev 19869) @@ -23,7 +23,7 @@ echo Detecting the location of Firefox for name in $POSSIBLE_NAMES do - TRY="`which $name`" + TRY="`which $name 2>/dev/null`" if test -x "$TRY" then echo "$TRY" > firefox.location
[freenet-cvs] r19869 - trunk/apps/new_installer/res/unix/bin
Author: nextgens Date: 2008-05-09 08:06:36 + (Fri, 09 May 2008) New Revision: 19869 Modified: trunk/apps/new_installer/res/unix/bin/browse.sh Log: new_installer: even better that way Modified: trunk/apps/new_installer/res/unix/bin/browse.sh === --- trunk/apps/new_installer/res/unix/bin/browse.sh 2008-05-09 08:04:48 UTC (rev 19868) +++ trunk/apps/new_installer/res/unix/bin/browse.sh 2008-05-09 08:06:36 UTC (rev 19869) @@ -23,7 +23,7 @@ echo Detecting the location of Firefox for name in $POSSIBLE_NAMES do - TRY="`which $name`" + TRY="`which $name 2>/dev/null`" if test -x "$TRY" then echo "$TRY" > firefox.location ___ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
