OSDN Git Service

[update] : Added debug message about arguments
authorhayao <shun819.mail@gmail.com>
Fri, 2 Oct 2020 09:48:38 +0000 (18:48 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 2 Oct 2020 09:48:43 +0000 (18:48 +0900)
allarch.sh
build.sh

index 6f0a23a..5cf881e 100755 (executable)
@@ -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
index cf420ee..ee0bd87 100755 (executable)
--- 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