From: Ian Kelling Date: Wed, 23 Oct 2019 22:37:09 +0000 (-0400) Subject: fix for running under cron X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=commitdiff_plain;h=aba6b58204d258ffa03bdf2e7b31d44266b03a54 fix for running under cron --- diff --git a/go b/go index ddda945..0b9e936 100755 --- a/go +++ b/go @@ -56,5 +56,5 @@ if (( $(stat -c %Y FETCH_HEAD) < yesterday )); then fi - +export GOPATH=$HOME/go go get -u mvdan.cc/fdroidcl