diff options
| author | Ben Lavender <bhuga@github.com> | 2012-11-18 20:56:06 -0600 |
|---|---|---|
| committer | Ben Lavender <bhuga@github.com> | 2012-11-18 20:56:06 -0600 |
| commit | ec3434cf1d0d02a8fbc61a7c8038970c01b94227 (patch) | |
| tree | 49a04b42f79e36ef0c9b977370a50f24c78b429d /samples/Shell | |
| parent | d92d208a45d1f1882f1e553a46851df950857976 (diff) | |
Don't explode on invalid shebang
Diffstat (limited to 'samples/Shell')
| -rw-r--r-- | samples/Shell/invalid-shebang.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/Shell/invalid-shebang.sh b/samples/Shell/invalid-shebang.sh new file mode 100644 index 0000000..5a87011 --- /dev/null +++ b/samples/Shell/invalid-shebang.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env + +echo "wat" |
