From e6ec6469a20905925285ead8c71c8ff785e61bc0 Mon Sep 17 00:00:00 2001 From: hayao Date: Fri, 2 Oct 2020 18:48:38 +0900 Subject: [PATCH] [update] : Added debug message about arguments --- allarch.sh | 1 + build.sh | 1 + 2 files changed, 2 insertions(+) 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 -- 2.11.0