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
This commit is contained in:
William Hubbs 2011-09-02 01:56:41 -05:00
parent 70c159d47c
commit 7a6dbedf38

View File

@ -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