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:
parent
bc05a4818d
commit
701e5fc5a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user