Skip to content

Commit

Permalink
` to '
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Feb 28, 2022
1 parent 0f52a75 commit dc6dca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build: spack.lock deps/usr/bin/overlayfs
# the merged dir over the bottom layer, add a level of indirection with a
# symlink from $(UPSTREAM_STORE) to $(UPSTREAM_STORE)-current
if [ "$$(realpath $(UPSTREAM_STORE)-current)" != "$$(realpath $(UPSTREAM_STORE))" ]; then \
echo "Make sure `$(UPSTREAM_STORE)-current` is a symlink to `$(UPSTREAM_STORE)`" \
echo 'Make sure `$(UPSTREAM_STORE)-current` is a symlink to `$(UPSTREAM_STORE)`' \
exit 1 \
fi
mkdir -p $(UPSTREAM_STORE)-current $(UPSTREAM_STORE) $(DOWNSTREAM_STORE) work merged
Expand Down

0 comments on commit dc6dca5

Please sign in to comment.