From: hayao Date: Fri, 2 Oct 2020 09:48:38 +0000 (+0900) Subject: [update] : Added debug message about arguments X-Git-Tag: rc3-alpha1~187 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e6ec6469a20905925285ead8c71c8ff785e61bc0;p=alterlinux%2Falterlinux.git [update] : Added debug message about arguments --- diff --git a/allarch.sh b/allarch.sh index 6f0a23a6..5cf881e0 100755 --- a/allarch.sh +++ b/allarch.sh @@ -1328,6 +1328,7 @@ OPT=$(getopt -o ${_opt_short} -l ${_opt_long} -- ${DEFAULT_ARGUMENT} ${ARGUMENT} [[ ${?} != 0 ]] && exit 1 eval set -- "${OPT}" +msg_debug "Argument: ${OPT}" unset OPT _opt_short _opt_long while :; do diff --git a/build.sh b/build.sh index cf420ee8..ee0bd87d 100755 --- a/build.sh +++ b/build.sh @@ -1395,6 +1395,7 @@ OPT=$(getopt -o ${_opt_short} -l ${_opt_long} -- ${DEFAULT_ARGUMENT} ${ARGUMENT} [[ ${?} != 0 ]] && exit 1 eval set -- "${OPT}" +msg_debug "Argument: ${OPT}" unset OPT _opt_short _opt_long while :; do