aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorBen Lavender <bhuga@github.com>2012-11-18 20:56:06 -0600
committerBen Lavender <bhuga@github.com>2012-11-18 20:56:06 -0600
commitec3434cf1d0d02a8fbc61a7c8038970c01b94227 (patch)
tree49a04b42f79e36ef0c9b977370a50f24c78b429d /samples
parentd92d208a45d1f1882f1e553a46851df950857976 (diff)
Don't explode on invalid shebang
Diffstat (limited to 'samples')
-rw-r--r--samples/Shell/invalid-shebang.sh3
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"