From 639f606453e9b22c5cefeda4102edf7d2efed710 Mon Sep 17 00:00:00 2001 From: Mytchel Hammond Date: Fri, 24 Jul 2015 17:58:18 +1200 Subject: [PATCH] added note about the low precedence of shell to config.def.h --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.def.h b/config.def.h index e246e3c..3413dd8 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,9 @@ */ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; static int borderpx = 2; + +/* Sets the shell to use when no -e was given, utmp is NULL, the $SHELL + * envionment variable was not set and getpwuid didn't supply a shell. */ static char shell[] = "/bin/sh"; static char *utmp = NULL; static char stty_args[] = "stty raw -echo -iexten echonl"; -- 2.4.6