aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index b4b0d0b..1f5b7be 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -192,7 +192,7 @@ _show_detail() {
192} 192}
193 193
194_set_gist() { 194_set_gist() {
195 while [[ "$1" =~ ^- && ! "$1" == "--" ]]; do case $1 in 195 while [[ "$1" =~ ^- && "$1" != "--" ]]; do case $1 in
196 -d | --desc) 196 -d | --desc)
197 description="$2" 197 description="$2"
198 shift; shift;; 198 shift; shift;;