OSDN Git Service

[fix] : default args
authorhayao <shun819.mail@gmail.com>
Sun, 16 Aug 2020 13:39:49 +0000 (22:39 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 16 Aug 2020 13:39:49 +0000 (22:39 +0900)
fullbuild.sh

index 8afdfb5..ff35b3f 100755 (executable)
@@ -217,7 +217,7 @@ _help() {
 
 
 share_options="--noconfirm"
-default_options="-b -l -u alter -p alter"
+default_options="-b -e -u alter -p alter"
 
 while getopts 'a:dghr:sct' arg; do
     case "${arg}" in