summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/scripts/scripts-interpreters/build-spec/orig/python2.7
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/scripts/scripts-interpreters/build-spec/orig/python2.7')
-rw-r--r--t/recipes/checks/scripts/scripts-interpreters/build-spec/orig/python2.73
1 files changed, 3 insertions, 0 deletions
diff --git a/t/recipes/checks/scripts/scripts-interpreters/build-spec/orig/python2.7 b/t/recipes/checks/scripts/scripts-interpreters/build-spec/orig/python2.7
new file mode 100644
index 0000000..1989667
--- /dev/null
+++ b/t/recipes/checks/scripts/scripts-interpreters/build-spec/orig/python2.7
@@ -0,0 +1,3 @@
+#!/usr/bin/python2.7
+import sys
+sys.exit(0)