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:
committed by
Matthias Clasen
parent
daa8320d45
commit
c73715db09
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
bundle exec sass --update --sourcemap=none .
|
||||
|
||||
Reference in New Issue
Block a user