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