diff options
author | Bill Nottingham <notting@redhat.com> | 2001-08-28 03:07:14 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-08-28 03:07:14 +0000 |
commit | 42ed9f1893e8ad9d0daa4b1d7b1dd868031adf76 (patch) | |
tree | 969977167f3a26cb37dc2b9051121780f840acab /rc.d/rc.sysinit | |
parent | 05d2fe69c34ee7218edd012a9ac02125ca84f181 (diff) | |
download | initscripts-42ed9f1893e8ad9d0daa4b1d7b1dd868031adf76.tar initscripts-42ed9f1893e8ad9d0daa4b1d7b1dd868031adf76.tar.gz initscripts-42ed9f1893e8ad9d0daa4b1d7b1dd868031adf76.tar.bz2 initscripts-42ed9f1893e8ad9d0daa4b1d7b1dd868031adf76.tar.xz initscripts-42ed9f1893e8ad9d0daa4b1d7b1dd868031adf76.zip |
typo
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 765a3886..4a496ee4 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -219,7 +219,7 @@ elif [ -f /.autofsck ]; then if [ "$PROMPT" != "no" ]; then ( - while [ "$AUTOFSCK_TIMEOUT" -gt 0 ] do + while [ "$AUTOFSCK_TIMEOUT" -gt 0 ]; do if [ "$AUTOFSCK_DEF_CHECK" = "yes" ] ; then echo -ne $"\rPress N within $AUTOFSCK_TIMEOUT seconds to skip filesystem check..." else |