Skip to content

Commit

Permalink
#2121: Update bash expansion in .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Dec 14, 2023
1 parent c3cbe0d commit 5df3153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ CACHE=

VOLUME="${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
TMP="${CACHE}${VOLUME}/"
FULL_CACHE_PATH="${CACHE:+$TMP}"
FULL_CACHE_PATH="${CACHE:+${TMP}}"

0 comments on commit 5df3153

Please sign in to comment.