summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/script/syntax/scripts-interpreters/build-spec/orig/bin-env
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/script/syntax/scripts-interpreters/build-spec/orig/bin-env')
-rw-r--r--t/recipes/checks/script/syntax/scripts-interpreters/build-spec/orig/bin-env2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/recipes/checks/script/syntax/scripts-interpreters/build-spec/orig/bin-env b/t/recipes/checks/script/syntax/scripts-interpreters/build-spec/orig/bin-env
new file mode 100644
index 0000000..005e1a9
--- /dev/null
+++ b/t/recipes/checks/script/syntax/scripts-interpreters/build-spec/orig/bin-env
@@ -0,0 +1,2 @@
+#!/bin/env perl
+print "Hello world\n";