diff options
Diffstat (limited to 'src/f_errno.c')
-rw-r--r-- | src/f_errno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_errno.c b/src/f_errno.c index 360cf9f..4fd53a6 100644 --- a/src/f_errno.c +++ b/src/f_errno.c @@ -22,5 +22,5 @@ void t_msh *msh) { ft_dprintf(STDERR_FILENO, "%s: %s: %s\n", - msh->shname, concern, strerror(errno)); + msh->argv[0], concern, strerror(errno)); } |