Revert "test no longer required since path can't be empty with set_path"

This reverts commit 5cb310dd1b.
This commit is contained in:
prx 2022-08-18 14:02:45 +02:00
parent 5cb310dd1b
commit 34667eb018
1 changed files with 2 additions and 1 deletions

3
main.c
View File

@ -80,7 +80,8 @@ main(int argc, char **argv)
syslog(LOG_DAEMON, "file:%s", file);
/* go to dir */
echdir(dir);
if (*dir)
echdir(dir);
/* regular file to stdout */
display_file(file);