aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnomelibs/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnomelibs/files/patch-ag')
-rw-r--r--x11/gnomelibs/files/patch-ag14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/gnomelibs/files/patch-ag b/x11/gnomelibs/files/patch-ag
new file mode 100644
index 00000000000..8dc1c2be422
--- /dev/null
+++ b/x11/gnomelibs/files/patch-ag
@@ -0,0 +1,14 @@
+--- libgnome/gnome-util.c.orig Sat Oct 24 01:06:42 1998
++++ libgnome/gnome-util.c Sat Oct 24 01:09:05 1998
+@@ -217,8 +217,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", "/usr/local/bin/tcsh",
++ "/usr/local/bin/bash", "/usr/local/bin/ksh",
++ "/usr/local/bin/zsh", "/usr/local/bin/scsh", 0
+ };
+
+ if ((shell = getenv ("SHELL"))){