We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1a918 commit 449bab1Copy full SHA for 449bab1
Makefile
@@ -183,7 +183,7 @@ $(BINARY_WRAPPER_DIR)/src/generated/version: $(BINARY_WRAPPER_DIR)/src/generated
183
$(BINARY_WRAPPER_DIR)/src/generated/sha256sums.txt:
184
@echo "-- Generating $(@F)"
185
@mkdir -p $(dir $@)
186
- @ls $(BINARY_OUTPUT_FOLDER)/*.sha256 2>/dev/null | xargs cat > $@ 2>/dev/null || echo "# No sha256 files found yet" > $@
+ @{ cat $(BINARY_OUTPUT_FOLDER)/*.sha256 2>/dev/null || echo "# No sha256 files found yet"; } > $@
187
188
.PHONY: build-binary-wrapper
189
build-binary-wrapper: pre-build-binary-wrapper $(BINARY_WRAPPER_DIR)/src/generated/version $(BINARY_WRAPPER_DIR)/src/generated/sha256sums.txt
0 commit comments