Skip to content

Commit

Permalink
style: Use POSIX sh for make_style.sh
Browse files Browse the repository at this point in the history
Also update the gitignore for select2-dmoj.css.
  • Loading branch information
Riolku authored and kiritofeng committed Sep 17, 2023
1 parent 79be4af commit 98c7557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion make_style.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if ! [ -x "$(command -v sass)" ]; then
echo 'Error: sass is not installed.' >&2
exit 1
Expand Down

0 comments on commit 98c7557

Please sign in to comment.