From 3df3f0d9dc0527a3d5096c0118a2bf869a035f30 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Fri, 13 Jul 2012 13:51:24 +0200 Subject: [PATCH] portability: use /bin/sh instead of /bin/bash There is nothing requiring bash specific features in this script, so just use /bin/sh which is portable amongst all Unices. https://bugzilla.gnome.org/show_bug.cgi?id=679847 --- src/gnome-shell-extension-prefs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome-shell-extension-prefs.in b/src/gnome-shell-extension-prefs.in index fa3725457..acc2cb171 100644 --- a/src/gnome-shell-extension-prefs.in +++ b/src/gnome-shell-extension-prefs.in @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if [ -n "$GI_TYPELIB_PATH" ]; then export GI_TYPELIB_PATH=@pkglibdir@