[bin] fix syntax error in buildrc

This commit is contained in:
Fabio Erculiani 2012-09-06 14:30:19 +02:00
parent de5b95bdd2
commit 538b184744

View File

@ -1,7 +1,7 @@
# Emerge wrapper, uses matter lock file support to avoid # Emerge wrapper, uses matter lock file support to avoid
# concurrent execution # concurrent execution
emerge() { emerge() {
snapshot_lock_file=/var/tmp/.emerge.snapshot.lock" snapshot_lock_file="/var/tmp/.emerge.snapshot.lock"
matter_lock_file="/var/tmp/.matter_resource.lock" matter_lock_file="/var/tmp/.matter_resource.lock"
flock -x -n "${matter_lock_file}" true flock -x -n "${matter_lock_file}" true
rc=${?} rc=${?}