We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316f722 commit a8227fcCopy full SHA for a8227fc
1 file changed
Makefile
@@ -31,7 +31,7 @@ STRESS_TIMEOUT ?= 120
31
# Create the chainstate dir and extract an archive to it when the "up" target is used
32
$(CHAINSTATE_DIR): /usr/bin/tar /usr/bin/zstd
33
@if [ ! -d "$(CHAINSTATE_DIR)" ]; then \
34
- @mkdir -p $(CHAINSTATE_DIR)
+ mkdir -p $(CHAINSTATE_DIR)
35
@if [ "$(TARGET)" = "up" ]; then
36
if [ -f "$(CHAINSTATE_ARCHIVE)" ]; then
37
sudo tar --same-owner -xf $(CHAINSTATE_ARCHIVE) -C $(CHAINSTATE_DIR) || exit 1
0 commit comments