usrmount/module-setup.sh: fixed typo

master
Alexander Tsoy 2013-10-25 17:06:44 +02:00 committed by Harald Hoyer
parent 5d623b1775
commit 0106da599a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ check() {
local _init
[[ $mount_needs ]] && return 1
_init=$(readlink -f /sbin/init)
[[ "$init" == "${init##/usr}" ]] && return 255
[[ "$_init" == "${_init##/usr}" ]] && return 255
return 0
}