forked from AuroraMiddleware/gtk
parse-sass: don't hardcode bash path
It's /bin/bash on some systems; just use /bin/sh instead. https://bugzilla.gnome.org/show_bug.cgi?id=749593
This commit is contained in:
parent
cfbd862aae
commit
02be88983e
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
bundle exec sass --update --sourcemap=none .
|
||||
|
Loading…
Reference in New Issue
Block a user