init: fixed emergency_shell argument parsing

master
Harald Hoyer 2010-01-20 16:04:55 +01:00
parent 3ee26913e7
commit 5db587d7c1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ wait_for_loginit()

emergency_shell()
{
if [ $1 = "-n" ]; then
if [ "$1" = "-n" ]; then
_rdshell_name=$2
shift 2
else