whoops. fix this error: ./mozilla-apprunner.sh: [: too many arguments

This commit is contained in:
sspitzer%netscape.com 1999-07-01 23:41:33 +00:00
Родитель c8b9982001
Коммит 95668987c7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -91,7 +91,7 @@ done
# if you are debugging, you can't have moreargs
# ./mozilla-apprunner.sh -g -mail makes no sense.
if [ $debugging -eq 1 -a $moreargs != "" ]
if [ $debugging -eq 1 -a "x$moreargs" != "x" ]
then
echo "You can't have -g and $moreargs at the same time"
exit 1