mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Unecessary exit (also not actually working because ran in a subshell)
This commit is contained in:
parent
6584a2f830
commit
8d7db5e5f7
1 changed files with 1 additions and 1 deletions
|
@ -93,5 +93,5 @@ function main()
|
|||
build
|
||||
}
|
||||
|
||||
[[ "$1" =~ ^-h|--help$ ]] && (usage; exit 0) || main
|
||||
[[ "$1" =~ ^-h|--help$ ]] && usage || main
|
||||
|
||||
|
|
Loading…
Reference in a new issue