caam

changeset 31:75ce367ffd7b

Oops preserved code is $status
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 Jan 2019 13:46:16 +0900
parents d1347a35e3ba
children ddb9b6f2ba40
files bin/caam
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/bin/caam	Thu Jan 31 13:10:23 2019 +0900
     1.2 +++ b/bin/caam	Thu Jan 31 13:46:16 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 $status
     1.9   if touch $logfile 2>/dev/null; then
    1.10     PWD=`pwd`				# for compatibility
    1.11     uname=`uname -sm 2>/dev/null`