summaryrefslogtreecommitdiff
path: root/scripts/override
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-28 07:19:36 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-30 20:10:47 (GMT)
commita08a4c4b88fa2b2d770bda1fb1590ca80904fca7 (patch)
treeaa69007ee1ec6240ecb360adbf8e4e551389d4fd /scripts/override
parenta78dc93b64e856d42516a1d854ad9e8e21c48afb (diff)
Allow for per-tool templates when creating overrides
... will be used to implement a smarter install wrapper. While there, correct the spelling of "OVERIDE". Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/override')
-rw-r--r--scripts/override/__default3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/override/__default b/scripts/override/__default
new file mode 100644
index 0000000..977b1f5
--- /dev/null
+++ b/scripts/override/__default
@@ -0,0 +1,3 @@
+#!@CONFIG_SHELL@
+
+exec @TOOL_PATH@ "$@"