mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
92e105b906
PR: 12781 (4 of 19) Submitted by: Ade Lovett <ade@lovett.com>
15 lines
451 B
Plaintext
15 lines
451 B
Plaintext
--- 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", "/usr/local/bin/tcsh",
|
|
+ "/usr/local/bin/bash", "/usr/local/bin/ksh",
|
|
+ "/usr/local/bin/zsh", "/usr/local/sbin/scsh", 0
|
|
};
|
|
|
|
if ((shell = getenv ("SHELL"))){
|