base/loginit: s/==/=

stupid bug!
master
Harald Hoyer 2010-11-10 22:50:20 +01:00
parent e53fdd1c35
commit 5dc6f24085
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ QUIET=$1
exec 6>/init.log

while read line; do
[ "$line" == "DRACUT_LOG_END" ] && exit 0
[ "$line" = "DRACUT_LOG_END" ] && exit 0
echo "<7>dracut: $line" >&5
# if "quiet" is specified we output to /dev/console
[ -n "$QUIET" ] && echo "dracut: $line"