summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/fsck.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/fsck.in b/init.d/fsck.in
index 967eee3..d03e141 100644
--- a/init.d/fsck.in
+++ b/init.d/fsck.in
@@ -45,7 +45,7 @@ start()
fsck_args=${fsck_args--A -p}
if echo 2>/dev/null >/.test.$$; then
rm -f /.test.$$
- fsck_opts="${fsck_args} -R"
+ fsck_opts="${fsck_opts} -R"
fi
fi
reboot_opts="-f"