[bin] fix syntax error in buildrc
This commit is contained in:
parent
de5b95bdd2
commit
538b184744
@ -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=${?}
|
||||||
|
Loading…
Reference in New Issue
Block a user