From 10f43e7300d51a6f8b41da63652f483a8739db63 Mon Sep 17 00:00:00 2001 From: fbt Date: Fri, 17 Nov 2017 22:19:31 +0300 Subject: [PATCH] path Signed-off-by: fbt --- post-receive | 2 ++ 1 file changed, 2 insertions(+) diff --git a/post-receive b/post-receive index 77f3fc1..602d7d4 100755 --- a/post-receive +++ b/post-receive @@ -1,5 +1,7 @@ #!/usr/bin/env bash +PATH+=":/usr/local/bin" + self="${PWD##*/}"; self="${self%.git}" self_url="https://pkg.fleshless.org/$self"