From e9fda13d66976d9d0934a3c21f218cedfde47ac8 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 24 Oct 2019 11:32:00 -0400 Subject: [PATCH] fixes --- go | 5 +---- rust | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/go b/go index 0b9e936..547a134 100755 --- a/go +++ b/go @@ -9,11 +9,11 @@ if [ -z "$BASH_VERSION" ]; then echo "error: shell is not bash" >&2; exit 1; fi shopt -s inherit_errexit 2>/dev/null ||: # ignore fail in bash < 4.4 source /a/bin/errhandle/err + m() { printf "$pre %s\n" "$*"; "$@"; } e() { printf "$pre %s\n" "$*"; } err() { echo "[$(date +'%Y-%m-%d %H:%M:%S%z')]: $0: $*" >&2; } - m cd /a/opt/go.git # don't check for updates on go more than once a day yesterday=$(( $(date +%s) - 60*60*24 )) @@ -55,6 +55,3 @@ if (( $(stat -c %Y FETCH_HEAD) < yesterday )); then done fi - -export GOPATH=$HOME/go -go get -u mvdan.cc/fdroidcl diff --git a/rust b/rust index ab70029..38d2a60 100755 --- a/rust +++ b/rust @@ -24,7 +24,7 @@ if ! which rg &>/dev/null; then fi if ! type -t cargo-install-update &>/dev/null; then - cargo-install-update + cargo install cargo-update fi cargo install-update -a -- 2.30.2