Fix caching of go dirs during build

This commit is contained in:
Ivan Shvedunov 2016-08-18 18:25:30 +03:00
parent 6659d80973
commit 7f422377e2

View File

@ -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.
#