Fixed a bug introduced by the patch that was supposed to help for OpenBSD.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@301 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-12-03 16:09:28 +00:00
parent 67297ea0db
commit f680aae0bf
+1 -1
View File
@@ -29,7 +29,7 @@ if [ -e build.vars -a -z "$BUILD_COMMAND" ]; then
fi fi
# Read in the Makeinfo file for the dir currently being processed # Read in the Makeinfo file for the dir currently being processed
. "${BUILD_REC_PATH:./}Makeinfo" . "${BUILD_REC_PATH:=./}Makeinfo"
# If we're recursing, go on. # If we're recursing, go on.
if [ -n "$BUILD_COMMAND" ]; then if [ -n "$BUILD_COMMAND" ]; then