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

This commit is contained in:
prx 2022-08-18 14:01:12 +02:00
parent 63616a97fc
commit 5cb310dd1b
1 changed files with 1 additions and 2 deletions

3
main.c
View File

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