summaryrefslogtreecommitdiffstats
path: root/x11/gnome-libs/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-libs/files/patch-ag')
-rw-r--r--x11/gnome-libs/files/patch-ag14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-ag b/x11/gnome-libs/files/patch-ag
new file mode 100644
index 000000000..1045193a6
--- /dev/null
+++ b/x11/gnome-libs/files/patch-ag
@@ -0,0 +1,14 @@
+--- libgnome/gnome-util.c.orig Fri Apr 23 16:14:08 1999
++++ libgnome/gnome-util.c Mon Jul 12 10:31:19 1999
+@@ -371,8 +371,9 @@
+ int i;
+ char *shell;
+ static char *shells [] = {
+- "/bin/bash", "/bin/zsh", "/bin/tcsh", "/bin/ksh",
+- "/bin/csh", "/bin/sh", 0
++ "/bin/csh", "/bin/sh", "/bin/tcsh", "%%LOCALBASE%%/bin/tcsh",
++ "%%LOCALBASE%%/bin/bash", "%%LOCALBASE%%/bin/ksh",
++ "%%LOCALBASE%%/bin/zsh", 0
+ };
+
+ if ((shell = getenv ("SHELL"))){