diff --git a/rebuild.sh b/rebuild.sh index 2c10c0c..3c1d99a 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -1,6 +1,6 @@ #!/bin/sh -if [[ $1 = "--help" ]] || [[ $1 = "-h" ]]; then +if [[ $1 == "--help" || $1 == "-h" ]]; then echo "Usage: rebuild.sh [-h | --help] [-c | --clean-garbage] [machine]" exit fi