diff options
Diffstat (limited to 'scripts/gist')
| -rwxr-xr-x | scripts/gist | 2 |
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;; |