diff options
author | William Hubbs <williamh@gentoo.org> | 2011-09-02 01:56:41 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-09-02 01:56:41 -0500 |
commit | 7a6dbedf38e1eeffcbb36b7d77a67c56566d0409 (patch) | |
tree | a9cf4d529750a0363de0556a33125c53b8421a3a /init.d/mtab.in | |
parent | 70c159d47c2824e57e0bfd3f7f3d85458943cff2 (diff) |
Mtab: fix typo
Reported-By: Helmuth Schmelzer <des-colo@hotmail.com>
X-Gentoo-Bug: 381503
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=381503
Diffstat (limited to 'init.d/mtab.in')
-rw-r--r-- | init.d/mtab.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/mtab.in b/init.d/mtab.in index 620fe772..0be5adbc 100644 --- a/init.d/mtab.in +++ b/init.d/mtab.in @@ -12,7 +12,7 @@ depend() start() { - if [ -l /etc/mtab ] + if [ -L /etc/mtab ] then einfo "Skipping mtab update (mtab is a symbolic link)" return 0 |