Fix stupid shell typo so that *ALL* the testcases will pass.

bob
This commit is contained in:
relyea%netscape.com 2000-09-15 22:08:57 +00:00
Родитель b0fecd35e8
Коммит ecca081d39
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -260,7 +260,7 @@ do
#
if [ ${OS_ARCH} = "WINNT" ]; then
if [ $value -ne 0 ]; then
if [ $ret -ne 0]; then
if [ $ret -ne 0 ]; then
value=$ret
fi
fi