[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
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Emerge wrapper, uses matter lock file support to avoid
# concurrent execution
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"
flock -x -n "${matter_lock_file}" true
rc=${?}