[gnome-shell] data: Expect shell in /bin rather than /usr/bin



commit 5067ac15988c58b87f166488db9d8eb22e471861
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Aug 17 13:35:51 2017 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/parse-sass.sh b/data/theme/parse-sass.sh
index 0858655..3e9f706 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}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]