summaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2012-03-20 22:14:59 +0100
committerAxel Beckert <abe@deuxchevaux.org>2012-03-20 22:14:59 +0100
commit28a2487f484d19f570280f391f606aeb7fb3fb4a (patch)
tree2bf40b940ac28669249029ecc7b4cfd249dfa58c /window.c
parentbe44f424d366f2b3ddcfd857763562c4a7e0580a (diff)
downloadscreen-28a2487f484d19f570280f391f606aeb7fb3fb4a.tar.gz
Imported Upstream version 4.1.0~20120320gitdb59704upstream/4.1.0_20120320gitdb59704
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.c b/window.c
index 8509b7d..1c6f5b6 100644
--- a/window.c
+++ b/window.c
@@ -112,7 +112,9 @@ struct win **wtab; /* window table */
int VerboseCreate = 0; /* XXX move this to user.h */
char DefaultShell[] = "/bin/sh";
+#ifndef HAVE_EXECVPE
static char DefaultPath[] = ":/usr/ucb:/bin:/usr/bin";
+#endif
/* keep this in sync with the structure definition in window.h */
struct NewWindow nwin_undef =