mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
15 lines
450 B
Plaintext
15 lines
450 B
Plaintext
--- 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"))){
|