updates to reveal_paths

This commit is contained in:
nhmall
2019-11-09 21:20:46 -05:00
parent 67bea58539
commit fddffc2fa0
2 changed files with 85 additions and 59 deletions

View File

@@ -115,6 +115,9 @@ char *argv[];
exit(EXIT_SUCCESS);
if (argcheck(argc, argv, ARG_SHOWPATHS) == 2) {
#ifdef CHDIR
chdirx((char *) 0, 0);
#endif
initoptions();
reveal_paths();
exit(EXIT_SUCCESS);