remove double ||

This commit is contained in:
Tobias Powalowski 2023-01-28 08:21:42 +01:00
parent ec7a02e5f3
commit 2e8ca7629a

View file

@ -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