Skip to content

Commit

Permalink
hotfix: cache name = c.cache.$USER to prevent name collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmjacobs committed Apr 13, 2020
1 parent 98b1be1 commit 8ccffd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c
Expand Up @@ -80,7 +80,7 @@ if [[ -n "$C_CACHE_PATH" ]]; then
tmproot="$C_CACHE_PATH"
else
[[ -z "$TMPDIR" ]] && TMPDIR="/tmp"
tmproot="$TMPDIR/c.cache"
tmproot="$TMPDIR/c.cache.$USER"
fi
mkdir -p "$tmproot"

Expand Down

0 comments on commit 8ccffd3

Please sign in to comment.