From 701e5fc5a5b11d47bc7579c330a5645e8c5d81ca Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Fri, 23 Apr 2010 19:33:19 +0000 Subject: [PATCH] small build fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5877 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 8e172232f..0b528514e 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -41,7 +41,7 @@ if [ "$OSNAME" != "AIX" ]; then # Get a lock, so can not do 2 builds at once exec 8>/var/lock/xcatbld-$REL.lock - if ! flock -n 8; then; + if ! flock -n 8; then echo "Can't get lock /var/lock/xcatbld-$REL.lock. Someone else must be doing a build right now. Exiting...." exit 1 fi