Skip to content

Commit

Permalink
assets/makefile: use bash instead of sh
Browse files Browse the repository at this point in the history
on _older_ linux distros (by older I mean not Fedora)
sh interpreted assets/generator.sh incorrectly:
echo -e wasn't interpreted as echo with -e switch

fix #3
  • Loading branch information
gucio321 committed Feb 22, 2024
1 parent e2668c7 commit 731357e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: build

build:
sh generate.sh
bash generate.sh

0 comments on commit 731357e

Please sign in to comment.