OpenBSD fix.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@701 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-06 17:33:31 +00:00
parent 9846714376
commit 110e1f399b
+1 -1
View File
@@ -25,7 +25,7 @@
# Read in the config settings that affect the build, if present. # Read in the config settings that affect the build, if present.
# Don't reread for every dir when recursing. # Don't reread for every dir when recursing.
if [ -e build.vars -a -z "$BUILD_COMMAND" ]; then if [ -e build.vars -a -z "$BUILD_COMMAND" ]; then
. build.vars . ./build.vars
fi fi
# Read in the Makeinfo file for the dir currently being processed # Read in the Makeinfo file for the dir currently being processed