When asked its version, jhalfs should not return an error code
This commit is contained in:
parent
8d56c87e53
commit
909ee37e1a
1 changed files with 1 additions and 1 deletions
2
jhalfs
2
jhalfs
|
@ -84,7 +84,7 @@ ${BOLD} \"jhalfs\"${OFF} builder tool (development) \$Rev$
|
|||
"
|
||||
|
||||
case $1 in
|
||||
-v ) echo "$version" && exit 1 ;;
|
||||
-v ) echo "$version" && exit ;;
|
||||
run ) : ;;
|
||||
* )
|
||||
echo "${nl_}${tab_}${BOLD}${RED}This script cannot be called directly: EXITING ${OFF}${nl_}"
|
||||
|
|
Reference in a new issue