test choked on a ]# - replaced by ] #

This commit is contained in:
sonmi%netscape.com 2001-02-20 23:11:55 +00:00
Родитель 75206ecbe9
Коммит 26b03e4982
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -67,8 +67,8 @@ if [ -z "$O_INIT" ] # header is global, some including scripts may not
then # want the init to run, the others don't need to bother
O_INIT=ON
fi
if [ -z "$O_PARAM" ]# header is global, some including scripts may not
then # require parameters, the others don't need to bother
if [ -z "$O_PARAM" ] # header is global, some including scripts may not
then # require parameters, the others don't need to bother
O_PARAM=ON
fi
if [ -z "$O_OPTIONS" ] # header is global, some including scripts may not