OSDN Git Service

[fix] : Fixed -t was disabled
authorhayao <shun819.mail@gmail.com>
Sun, 2 Aug 2020 11:22:37 +0000 (20:22 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 2 Aug 2020 11:22:37 +0000 (20:22 +0900)
fullbuild.sh

index b68bbe4..946eb5e 100755 (executable)
@@ -219,7 +219,7 @@ _help() {
 share_options="--noconfirm"
 default_options="-b -l -u alter -p alter"
 
-while getopts 'a:dghr:sc' arg; do
+while getopts 'a:dghr:sct' arg; do
     case "${arg}" in
         a) share_options="${share_options} ${OPTARG}" ;;
         c) all_channel=true ;;