From f680aae0bf8a0068ff98af41ca242a4f56ecfa05 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Tue, 3 Dec 2002 16:09:28 +0000 Subject: [PATCH] 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 --- sc2/build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/build/build.sh b/sc2/build/build.sh index 7bf01dfae..34d52a858 100644 --- a/sc2/build/build.sh +++ b/sc2/build/build.sh @@ -29,7 +29,7 @@ if [ -e build.vars -a -z "$BUILD_COMMAND" ]; then fi # 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 [ -n "$BUILD_COMMAND" ]; then