Skip to content

Commit

Permalink
Ident.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Oct 1, 2020
1 parent aefa707 commit 4abcfb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions update-golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@ test_runhello() {
local t="$abs_gotool version"
if [ "$abs_goroot" != $default_goroot ]; then
msg testing: GOROOT="$abs_goroot" "$t"
# shellcheck disable=SC2086
# shellcheck disable=SC2086
GOROOT=$abs_goroot unsudo $t | log_stdin
ret=$?
else
msg testing: "$t"
# shellcheck disable=SC2086
# shellcheck disable=SC2086
unsudo $t | log_stdin
ret=$?
fi
Expand All @@ -392,12 +392,12 @@ __EOF__
t="$abs_gotool run $abs_hello"
if [ "$abs_goroot" != $default_goroot ]; then
msg testing: GOROOT="$abs_goroot" "$t"
# shellcheck disable=SC2086
# shellcheck disable=SC2086
GOROOT=$abs_goroot unsudo $t | log_stdin
ret=$?
else
msg testing: "$t"
# shellcheck disable=SC2086
# shellcheck disable=SC2086
unsudo $t | log_stdin
ret=$?
fi
Expand Down
2 changes: 1 addition & 1 deletion update-golang.sh.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5b88e52dee04fbe8812c6c9bdc6af7e05a514fb100c49e93d678f4b155cbfda0 update-golang.sh
d1c28134e26eebbab93cad857e02b0abeae3c48d5d393e5a13b5038e09280272 update-golang.sh

0 comments on commit 4abcfb9

Please sign in to comment.