aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 14 deletions
diff --git a/x11/gnome-libs/files/patch-ag b/x11/gnome-libs/files/patch-ag
deleted file mode 100644
index cb3304716bcb..000000000000
--- a/x11/gnome-libs/files/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
---- libgnome/gnome-util.c.orig Wed Dec 16 14:48:43 1998
-+++ libgnome/gnome-util.c Thu Dec 24 03:49:23 1998
-@@ -340,8 +340,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"))){