summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-02-27 09:29:02 -0800
committerMichael Forney <mforney@mforney.org>2017-02-27 09:31:01 -0800
commit06198df52dc801cf77465bb4946a477a5ffa11fb (patch)
treec74fde9edc4319fd02146557a219679642af4296 /template
parent2513d3050282a0870eb22c8d394c4b50dca9bd1b (diff)
Drop oasis from libexec tool paths
This requires you to update your /.git hooks and /etc/rc.shutdown.
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/hooks/post-checkout2
-rwxr-xr-xtemplate/hooks/post-merge2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/hooks/post-checkout b/template/hooks/post-checkout
index 5e59bb5c..2a7a1c2a 100755
--- a/template/hooks/post-checkout
+++ b/template/hooks/post-checkout
@@ -12,4 +12,4 @@ else
set "$old" "$new"
fi
-exec "$(git config oasis.root)"/libexec/oasis/applyperms "$@"
+exec "$(git config oasis.root)"/libexec/applyperms "$@"
diff --git a/template/hooks/post-merge b/template/hooks/post-merge
index b9563d0d..f96e1313 100755
--- a/template/hooks/post-merge
+++ b/template/hooks/post-merge
@@ -1,3 +1,3 @@
#!/bin/sh
-exec "$(git config oasis.root)"/libexec/oasis/applyperms ORIG_HEAD HEAD
+exec "$(git config oasis.root)"/libexec/applyperms ORIG_HEAD HEAD