summaryrefslogtreecommitdiffstats
path: root/x11/libgnome/files/patch-libgnome_gnome-util.c
blob: 1a7e49a84512136f30feb1e4616f4ab6fb0ddf7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- libgnome/gnome-util.c.orig  Mon Jul 10 15:25:22 2006
+++ libgnome/gnome-util.c   Mon Jul 10 15:25:55 2006
@@ -79,11 +79,11 @@
    const char shells [][14] = {
        /* Note that on some systems shells can also
         * be installed in /usr/bin */
-       "/bin/bash", "/usr/bin/bash",
-       "/bin/zsh", "/usr/bin/zsh",
-       "/bin/tcsh", "/usr/bin/tcsh",
-       "/bin/ksh", "/usr/bin/ksh",
-       "/bin/csh", "/bin/sh"
+       LOCALBASE "/bin/bash",
+       LOCALBASE "/bin/zsh",
+       LOCALBASE "/bin/ksh",
+       0
+
    };
 
    if (geteuid () == getuid () &&