summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-10-08 03:45:32 +0300
committerRasmus Andersson <rasmus@notion.se>2022-10-08 03:45:32 +0300
commit71fc6bbb6906a92782955ae566ec3579cabcd224 (patch)
tree4cd9a96f6fa06bdb209716ba9f98547f50b4b229 /Makefile
parent7cc0ab62e6b2e24aa0497487b0c360af13b15808 (diff)
downloadinter-71fc6bbb6906a92782955ae566ec3579cabcd224.tar.xz
fix github actions by making gen-instance-ufo.sh use bash explicitly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8bc20f2b3..6a40189ae 100644
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,9 @@ $(UFODIR)/%.designspace: $(UFODIR)/%.glyphs $(UFODIR)/features | venv
# UFOs from designspace
$(UFODIR)/Inter-%Italic.ufo: $(UFODIR)/Inter-Italic.designspace | venv
- . $(VENV) ; ./misc/tools/gen-instance-ufo.sh $< $@
+ . $(VENV) ; bash misc/tools/gen-instance-ufo.sh $< $@
$(UFODIR)/Inter-%.ufo: $(UFODIR)/Inter-Roman.designspace | venv
- . $(VENV) ; ./misc/tools/gen-instance-ufo.sh $< $@
+ . $(VENV) ; bash misc/tools/gen-instance-ufo.sh $< $@
# make sure intermediate files are not rm'd by make
.PRECIOUS: \