opensp: sgmlHookDone can be undefined

This commit is contained in:
John Ericson
2019-11-08 13:24:20 -05:00
parent 42ffaf5290
commit 9167482d12
+1 -1
View File
@@ -6,7 +6,7 @@ addSGMLCatalogs () {
fi fi
} }
if test -z "$sgmlHookDone"; then if test -z "${sgmlHookDone-}"; then
sgmlHookDone=1 sgmlHookDone=1
# Set http_proxy and ftp_proxy to a invalid host to prevent # Set http_proxy and ftp_proxy to a invalid host to prevent