From: hayao Date: Thu, 20 Aug 2020 01:35:10 +0000 (+0900) Subject: [change] : var name (status -> _status) X-Git-Tag: rc3-alpha1~165^2~274 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=31068677f562449aec52010b740ac1efc27412f6;p=alterlinux%2Falterlinux.git [change] : var name (status -> _status) --- diff --git a/build.sh b/build.sh index 0db625fa..145f48ce 100755 --- a/build.sh +++ b/build.sh @@ -343,11 +343,11 @@ remove() { # 強制終了時にアンマウント umount_trap() { - local status=${?} + local _status=${?} umount_chroot _msg_error "It was killed by the user." _msg_error "The process may not have completed successfully." - exit ${status} + exit ${_status} } # 設定ファイルを読み込む