[gnome-weather] Use /bin/sh instead of /bin/bash
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Use /bin/sh instead of /bin/bash
- Date: Sun, 19 Jan 2014 13:14:42 +0000 (UTC)
commit 2931015255300224924b821bf5a684779a1bf585
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Sun Jan 19 14:14:16 2014 +0100
Use /bin/sh instead of /bin/bash
Some systems don't have bash, and some don't ensure /bin == /usr/bin.
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index ea09943..a7a6ed9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]