From 5067ac15988c58b87f166488db9d8eb22e471861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 17 Aug 2017 13:35:51 +0200 Subject: [PATCH] data: Expect shell in /bin rather than /usr/bin /bin is the canonical location for the bourne shell, not /usr/bin (for systems that still stick with the historical split). https://bugzilla.gnome.org/show_bug.cgi?id=786419 --- data/theme/parse-sass.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/parse-sass.sh b/data/theme/parse-sass.sh index 0858655ea..3e9f706e2 100755 --- a/data/theme/parse-sass.sh +++ b/data/theme/parse-sass.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh srcdir=`dirname $0` stamp=${1}