diff options
-rw-r--r-- | fish/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/config.c b/fish/config.c index c92bc4e2..c1d34fb4 100644 --- a/fish/config.c +++ b/fish/config.c @@ -116,7 +116,7 @@ parse_config (void) } if (fclose (fp) == -1) { - perror (path); + perror (etc_filename); exit (EXIT_FAILURE); } |