OSDN Git Service

[change] : default arguments
authorhayao <shun819.mail@gmail.com>
Sun, 2 Aug 2020 04:45:36 +0000 (13:45 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 2 Aug 2020 04:45:36 +0000 (13:45 +0900)
fullbuild.sh

index 5a31b81..717cdca 100755 (executable)
@@ -214,8 +214,8 @@ _help() {
 }
 
 
-share_options=""
-default_options="-b --noconfirm -l -u alter -p alter --tarball"
+share_options="--noconfirm"
+default_options="-b -l -u alter -p alter"
 
 while getopts 'a:dghr:s' arg; do
     case "${arg}" in