--showpaths wasn't returning the paths if there was an error in a config file
Also, Windows only: Introduces some environment variable substitution for paths specified in a config file
This commit is contained in:
@@ -118,7 +118,9 @@ char *argv[];
|
||||
#ifdef CHDIR
|
||||
chdirx((char *) 0, 0);
|
||||
#endif
|
||||
iflags.initoptions_noterminate = TRUE;
|
||||
initoptions();
|
||||
iflags.initoptions_noterminate = FALSE;
|
||||
reveal_paths();
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user