style: Use POSIX sh for make_style.sh

Also update the gitignore for select2-dmoj.css.
This commit is contained in:
Keenan Gugeler 2023-09-16 22:47:32 -04:00 committed by Roger Fu
parent 79be4af4b5
commit 98c755706a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@
dmoj/local_settings.py
resources/dark
resources/martor-description.css
resources/select2-dmoj.css
resources/style.css
resources/vars.scss
sass_processed

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if ! [ -x "$(command -v sass)" ]; then
echo 'Error: sass is not installed.' >&2
exit 1