aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/gist b/scripts/gist
index 94181d8..8805e19 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -276,10 +276,10 @@ _help_message() {
276} 276}
277 277
278_configure() { 278_configure() {
279 case "$1" in 279 case "$1 $2" in
280 auto_sync) echo -n $1=; shift ;;& 280 auto_sync*) echo -n $1= ;;&
281 true) echo true; shift ;; 281 *true) echo $2; shift; shift ;;
282 false) echo false; shift ;; 282 *false) echo $2; shift; shift ;;
283 folder) shift 283 folder) shift
284 esac 284 esac
285} 285}