diff options
author | typebrook <typebrook@gmail.com> | 2020-01-21 18:33:08 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-21 18:33:08 +0800 |
commit | d0b2e1159e78924b74c973ce464272fe08eb24c3 (patch) | |
tree | 72ff6ac3890ba16874e2c6a5981e681b8ddb3396 /scripts | |
parent | 8234fceb4be491ebba05de35f6d8456fb64c4015 (diff) |
update
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/gist b/scripts/gist index 876371e..94181d8 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -276,11 +276,11 @@ _help_message() { | |||
276 | } | 276 | } |
277 | 277 | ||
278 | _configure() { | 278 | _configure() { |
279 | case $i in | 279 | case "$1" in |
280 | auto_sync) | 280 | auto_sync) echo -n $1=; shift ;;& |
281 | ;; | 281 | true) echo true; shift ;; |
282 | folder) | 282 | false) echo false; shift ;; |
283 | ;; | 283 | folder) shift |
284 | esac | 284 | esac |
285 | } | 285 | } |
286 | 286 | ||