Merge trunk "When asked its version, jhalfs should not return an error code"
r3953
This commit is contained in:
parent
de10f6c5a5
commit
95c46b9df5
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
|
case $1 in
|
||||||
-v ) echo "$version" && exit 1 ;;
|
-v ) echo "$version" && exit ;;
|
||||||
run ) : ;;
|
run ) : ;;
|
||||||
* )
|
* )
|
||||||
echo "${nl_}${tab_}${BOLD}${RED}This script cannot be called directly: EXITING ${OFF}${nl_}"
|
echo "${nl_}${tab_}${BOLD}${RED}This script cannot be called directly: EXITING ${OFF}${nl_}"
|
||||||
|
|
Reference in a new issue