[sushi] /bin/bash -> /bin/sh
- From: Antoine Jacoutot <ajacoutot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sushi] /bin/bash -> /bin/sh
- Date: Sun, 8 Jul 2012 07:16:08 +0000 (UTC)
commit 12a52e6f4d47eb9c35ea34290d2dec1cf31c016e
Author: Antoine Jacoutot <ajacoutot gnome org>
Date: Sun Jul 8 08:50:35 2012 +0200
/bin/bash -> /bin/sh
There is nothing specific to bash(1) in the sushi wrapper script, so use
/bin/sh instead which makes it portable amongst any Unix.
src/sushi.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sushi.in b/src/sushi.in
index b9faad0..10de9e7 100644
--- a/src/sushi.in
+++ b/src/sushi.in
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
if test x"$GJS_PATH" = x ; then
export GJS_PATH= pkgdatadir@/js
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]