diff options
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index a67a45376..60bcd1b0a 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -2748,7 +2748,7 @@ cdcmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) | |||
2748 | goto docd; | 2748 | goto docd; |
2749 | 2749 | ||
2750 | err: | 2750 | err: |
2751 | ash_msg_and_raise_error("can't cd to %s", dest); | 2751 | ash_msg_and_raise_perror("can't cd to %s", dest); |
2752 | /* NOTREACHED */ | 2752 | /* NOTREACHED */ |
2753 | out: | 2753 | out: |
2754 | if (flags & CD_PRINT) | 2754 | if (flags & CD_PRINT) |