diff options
| -rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -480,7 +480,7 @@ _goto_gist() { | |||
| 480 | echo "$folder/$GIST_ID" | 480 | echo "$folder/$GIST_ID" |
| 481 | touch "$folder/$GIST_ID" | 481 | touch "$folder/$GIST_ID" |
| 482 | 482 | ||
| 483 | if [[ $@ =~ --no-action ]]; then | 483 | if [[ $* =~ --no-action ]]; then |
| 484 | return 0 | 484 | return 0 |
| 485 | elif [[ -z $action ]]; then | 485 | elif [[ -z $action ]]; then |
| 486 | action='echo Inside subshell, press \<CTRL-D\> to exit; ${SHELL:-bash}' | 486 | action='echo Inside subshell, press \<CTRL-D\> to exit; ${SHELL:-bash}' |