mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Scripts: Consistent use of booleans
This commit is contained in:
parent
e7cdc93084
commit
3b452af7d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue