[gtk+/gtk-3-22] HighContrast/parse-sass.sh: Use a reliable shebang
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-22] HighContrast/parse-sass.sh: Use a reliable shebang
- Date: Fri, 3 Mar 2017 08:47:06 +0000 (UTC)
commit 0bada2506e08aac63a8199477520b01233639101
Author: Daniel Boles <dboles src gnome org>
Date: Fri Mar 3 08:42:05 2017 +0000
HighContrast/parse-sass.sh: Use a reliable shebang
/usr/bin/sh does not exist on e.g. Debian sid.
Use the same shebang as Adwaita/parse-sass.sh
gtk/theme/HighContrast/parse-sass.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/theme/HighContrast/parse-sass.sh b/gtk/theme/HighContrast/parse-sass.sh
index e9cda25..e385f83 100755
--- a/gtk/theme/HighContrast/parse-sass.sh
+++ b/gtk/theme/HighContrast/parse-sass.sh
@@ -1,3 +1,3 @@
-#!/usr/bin/bash
+#!/bin/sh
bundle exec sass --update --sourcemap=none .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]