From 2e8ca7629afe357b69c46731052e19c656fa734c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 28 Jan 2023 08:21:42 +0100 Subject: [PATCH] remove double || --- usr/bin/archboot-update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-update-installer.sh b/usr/bin/archboot-update-installer.sh index fcbe1a99a..dc2b8db69 100755 --- a/usr/bin/archboot-update-installer.sh +++ b/usr/bin/archboot-update-installer.sh @@ -26,7 +26,7 @@ while [ $# -gt 0 ]; do -custom-xorg|--custom-xorg) _CUSTOM_X="1" ;; -custom-wayland|--custom-wayland) _CUSTOM_WAYLAND="1" ;; -full-system|--full-system) _FULL_SYSTEM="1" ;; - -h|--h||-help|--help|?) usage ;; + -h|--h|-help|--help|?) usage ;; *) usage ;; esac shift