Compare commits
1 Commits
44bab917c9
...
5dbdae0203
Author | SHA1 | Date | |
---|---|---|---|
5dbdae0203 |
@ -35,9 +35,9 @@ optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
--build invoke a build after selection
|
||||
EOF
|
||||
exit
|
||||
return
|
||||
fi
|
||||
error() { echo "\e[31merror:\e[0m $1"; exit 1 }
|
||||
error() { echo "\e[31merror:\e[0m $1"; return 1 }
|
||||
local build_dir
|
||||
if [[ ${#*} -gt 1 ]]; then
|
||||
echo $usage
|
||||
|
Loading…
x
Reference in New Issue
Block a user