diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 616616a..82b1b09 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -16,7 +16,7 @@ static int borderpx = 2; | |||
16 | * 4: value of shell in /etc/passwd | 16 | * 4: value of shell in /etc/passwd |
17 | * 5: value of shell in config.h | 17 | * 5: value of shell in config.h |
18 | */ | 18 | */ |
19 | char *shell = "/bin/sh"; | 19 | static char *shell = "/bin/sh"; |
20 | char *utmp = NULL; | 20 | char *utmp = NULL; |
21 | char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; | 21 | char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; |
22 | 22 | ||