Update fetch-params.sh

This commit is contained in:
Procrastinator 2017-05-19 16:40:33 -04:00 committed by GitHub
parent 33b3b6d632
commit 887b3e4b85
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function lock() {
# create lock file
eval "exec 200>/$lockfile"
# acquire the lock
gflock -n 200 \
flock -n 200 \
&& return 0 \
|| return 1
}