1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/gnomelibs/files/patch-ag

15 lines
450 B
Plaintext
Raw Normal View History

--- 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"))){