1999-08-22 03:42:59 +00:00
|
|
|
--- 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 @@
|
1998-10-24 17:12:47 +00:00
|
|
|
int i;
|
|
|
|
char *shell;
|
|
|
|
static char *shells [] = {
|
|
|
|
- "/bin/bash", "/bin/zsh", "/bin/tcsh", "/bin/ksh",
|
|
|
|
- "/bin/csh", "/bin/sh", 0
|
2000-09-25 21:01:47 +00:00
|
|
|
+ "/bin/csh", "/bin/sh", "/bin/tcsh", "%%LOCALBASE%%/bin/tcsh",
|
|
|
|
+ "%%LOCALBASE%%/bin/bash", "%%LOCALBASE%%/bin/ksh",
|
2000-09-25 21:40:20 +00:00
|
|
|
+ "%%LOCALBASE%%/bin/zsh", 0
|
1998-10-24 17:12:47 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
if ((shell = getenv ("SHELL"))){
|