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