diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-08 03:48:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-08 03:48:29 +0000 |
commit | 60add9cfdb0f78fc4dbf5e2fd3f50d26316503e1 (patch) | |
tree | f579d464bb3137d22f5f3a136bf448038e2fc334 /daemons | |
parent | bfd69efe00e7df972ff3e26ce0ace8fb144ef2d1 (diff) |
2001-06-07 Roland McGrath <roland@frob.com>
* rc.sh: Include $? value in message about unexpected fsck exit.
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/rc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/rc.sh b/daemons/rc.sh index 75afa4df..e0a92d81 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -38,7 +38,7 @@ then ;; # Oh dear. *) - echo "Unknown error during fsck" + echo "Unknown error during fsck (exit status $?)" exit 1 ;; esac |