Change the default for the default-path option to ~. This is a quick

change to turn off the KERN_PROC_CWD code which is unpredictable. Later
it will go away and there may be other changes to how this works.
This commit is contained in:
nicm
2013-10-05 13:56:48 +00:00
parent 9f330897a8
commit 7c71c3e27d
2 changed files with 4 additions and 2 deletions

View File

@ -128,7 +128,7 @@ const struct options_table_entry session_options_table[] = {
{ .name = "default-path",
.type = OPTIONS_TABLE_STRING,
.default_str = ""
.default_str = "~"
},
{ .name = "default-shell",