caam

changeset 30:d1347a35e3ba

Preserved return code itself should be returned when -nolog
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 Jan 2019 13:10:23 +0900
parents a74630a971bf
children 75ce367ffd7b
files bin/caam
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/bin/caam	Thu Mar 01 12:50:22 2018 +0900
     1.2 +++ b/bin/caam	Thu Jan 31 13:10:23 2019 +0900
     1.3 @@ -249,7 +249,7 @@
     1.4  
     1.5  successlog() (
     1.6   status=$?
     1.7 - $CAAM_LOG || return
     1.8 + $CAAM_LOG || return $?
     1.9   if touch $logfile 2>/dev/null; then
    1.10     PWD=`pwd`				# for compatibility
    1.11     uname=`uname -sm 2>/dev/null`