From d28e9548d098a063e5f0d79947307ce70c46a948 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 27 Jul 2024 21:30:48 +0400 Subject: qw: small change --- scripts/qw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/qw') diff --git a/scripts/qw b/scripts/qw index 033528f..e4ccaf1 100755 --- a/scripts/qw +++ b/scripts/qw @@ -47,7 +47,7 @@ while getopts "cr:h" option ;do -boot menu=on -drive file=Image.img -m 4G" \ "${0}: Failed to run image" ;; - h) help && exit 0;; + h) help; exit 0;; *) err "Try '${0} -h' for help." ;; esac -- cgit v1.2.3