mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 06:22:56 +02:00
init.sh: single-quote xbmklock in xbmk_lock()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ xbmk_create_tmpdir()
|
||||
|
||||
xbmk_lock()
|
||||
{
|
||||
[ -f "$xbmklock" ] && err "$xbmklock exists. Is a build running?"
|
||||
[ -f "$xbmklock" ] && err "'$xbmklock' exists. Is a build running?"
|
||||
touch "$xbmklock" || err "cannot create '$xbmklock'"; :
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user