Fix caching of go dirs during build
This commit is contained in:
parent
6659d80973
commit
7f422377e2
@ -28,6 +28,8 @@ if [[ -z "${1:-}" ]]; then
|
||||
fi
|
||||
CACHE="$1"; shift
|
||||
|
||||
trap "rm -f '${CACHE}'" HUP INT TERM ERR
|
||||
|
||||
# This is a partial 'find' command. The caller is expected to pass the
|
||||
# remaining arguments.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user