commit c5607bec5d848533b4bb2a5d7505cd62ff1761d0
parent 03da1036befa8cd86cb320563b04eec9cd57dd1d
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Wed, 30 Apr 2025 00:26:15 +0000
Fix case syntax in pthbs-build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/command/pthbs-build b/command/pthbs-build
@@ -111,7 +111,7 @@ case "$pthbs_sandbox" in
(user)
(userns)
sandbox_mode=userns;;
- ()
+ ('')
if test -n "$sandbox_cmd"; then
printf '%s\n' >&2 "$0: fatal: pthbs_sandbox defines command but no mode"
exit 100