diff options
| author | Bill Nottingham <notting@redhat.com> | 2001-09-21 15:43:03 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2001-09-21 15:43:03 +0000 |
| commit | 04071dfb777c4c3b43d6d5513ebb84b5c19f7cc7 (patch) | |
| tree | 00b7b6e5a5e1c28ee01eb35c547f08bd37fe8bfc /rc.d | |
| parent | 2eede3d627f2765890cbe1e46647483324439d29 (diff) | |
fix typo
Diffstat (limited to 'rc.d')
| -rwxr-xr-x | rc.d/init.d/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index bd368ee5..8ec31e30 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -98,7 +98,7 @@ daemon() { shift 2 ;; --check=?*) - base=${1#--checkr=} + base=${1#--check=} gotbase="yes" shift ;; |
