Author: pierre
Date: Sun Apr  2 02:04:15 2017
New Revision: 3954

Log:
Merge trunk "When asked its version, jhalfs should not return an error code"
r3953

Modified:
   jhalfs/branches/new_features/jhalfs

Modified: jhalfs/branches/new_features/jhalfs
==============================================================================
--- jhalfs/branches/new_features/jhalfs Sun Apr  2 02:00:42 2017        (r3953)
+++ jhalfs/branches/new_features/jhalfs Sun Apr  2 02:04:15 2017        (r3954)
@@ -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