diff options
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index 728ea57..b4b0d0b 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -202,7 +202,7 @@ _set_gist() { | |||
202 | esac | 202 | esac |
203 | done | 203 | done |
204 | if [[ "$1" == '--' ]]; then shift; fi | 204 | if [[ "$1" == '--' ]]; then shift; fi |
205 | files=$@ | 205 | files="$@" && echo $files | xargs ls > /dev/null || exit 1 |
206 | } | 206 | } |
207 | 207 | ||
208 | _new_file() { | 208 | _new_file() { |