summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'init.d')
-rw-r--r--init.d/fsck2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/fsck b/init.d/fsck
index d07cec8..4da48b9 100644
--- a/init.d/fsck
+++ b/init.d/fsck
@@ -22,7 +22,7 @@ start()
fi
ebegin "Checking local filesystems"
- fsck ${fsck_args-p} ${opts}
+ fsck ${fsck_args--p} ${opts}
case $? in
0) eend 0; return 0;;
1) ewend 1 "Filesystems repaired"; return 0;;