Author: nextgens Date: 2008-09-08 20:31:58 +0000 (Mon, 08 Sep 2008) New Revision: 22570
Modified: trunk/apps/new_installer/res/unix/bin/browse.sh Log: new_installer: maybe fix the problem of non-starting firefox on debian Modified: trunk/apps/new_installer/res/unix/bin/browse.sh =================================================================== --- trunk/apps/new_installer/res/unix/bin/browse.sh 2008-09-08 19:20:12 UTC (rev 22569) +++ trunk/apps/new_installer/res/unix/bin/browse.sh 2008-09-08 20:31:58 UTC (rev 22570) @@ -1,7 +1,7 @@ #!/bin/sh cd "$INSTALL_PATH" -POSSIBLE_NAMES="firefox mozilla mozilla-firefox iceweasel" +POSSIBLE_NAMES="iceweasel firefox mozilla mozilla-firefox" if test $# -lt 1 then
