small build fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5877 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-04-23 19:33:19 +00:00
parent bc05a4818d
commit 701e5fc5a5

View File

@ -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