# HG changeset patch # User HIROSE Yuuji # Date 1548909976 -32400 # Node ID 75ce367ffd7b69c9981c7ef1c8edbe5e5fa94c59 # Parent d1347a35e3ba64e2d79cf8cee2c0957f4bac5ba2 Oops preserved code is $status diff -r d1347a35e3ba -r 75ce367ffd7b bin/caam --- a/bin/caam Thu Jan 31 13:10:23 2019 +0900 +++ b/bin/caam Thu Jan 31 13:46:16 2019 +0900 @@ -249,7 +249,7 @@ successlog() ( status=$? - $CAAM_LOG || return $? + $CAAM_LOG || return $status if touch $logfile 2>/dev/null; then PWD=`pwd` # for compatibility uname=`uname -sm 2>/dev/null`