Changes for SunOS compatibility.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1412 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-10-01 05:49:10 +00:00
parent a147718f13
commit 22bdca4e4b
5 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ fi
# Read in the config settings that affect the build, if present.
# Don't reread for every dir when recursing.
if [ -e "$BUILD_WORK/build.vars" -a -z "$BUILD_COMMAND" ]; then
if [ -r "$BUILD_WORK/build.vars" -a -z "$BUILD_COMMAND" ]; then
. "$BUILD_WORK/build.vars"
fi