Author: pierre
Date: Sun Apr  2 02:00:42 2017
New Revision: 3953

Log:
When asked its version, jhalfs should not return an error code

Modified:
   jhalfs/trunk/jhalfs

Modified: jhalfs/trunk/jhalfs
==============================================================================
--- jhalfs/trunk/jhalfs Sun Apr  2 01:46:55 2017        (r3952)
+++ jhalfs/trunk/jhalfs Sun Apr  2 02:00:42 2017        (r3953)
@@ -84,7 +84,7 @@
 "
 
 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_}"
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to