OSDN Git Service

[fix] : Enabled -m
authorhayao <shun819.mail@gmail.com>
Wed, 30 Sep 2020 13:35:39 +0000 (22:35 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 30 Sep 2020 13:35:39 +0000 (22:35 +0900)
fullbuild.sh

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