Skip to content

Commit 55bc5f0

Browse files
Call sh on build-info.sh (#1294)
1 parent 9daff41 commit 55bc5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ save-load-state: examples/save-load-state/save-load-state.cpp build-info.h ggml.
213213
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
214214

215215
build-info.h: $(wildcard .git/index) scripts/build-info.sh
216-
@scripts/build-info.sh > $@.tmp
216+
@sh scripts/build-info.sh > $@.tmp
217217
@if ! cmp -s $@.tmp $@; then \
218218
mv $@.tmp $@; \
219219
else \

0 commit comments

Comments
 (0)