From: Victor Lowther Date: Sun, 16 Aug 2009 13:18:58 +0000 (-0500) Subject: Minor spacing fixups in dracut-finctions X-Git-Tag: 001~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0dca0e43ca1bc781fc26a3c7a2d48e796d4495a;p=thirdparty%2Fdracut.git Minor spacing fixups in dracut-finctions --- diff --git a/dracut-functions b/dracut-functions index c57174cd1..66e0e20ce 100755 --- a/dracut-functions +++ b/dracut-functions @@ -27,11 +27,11 @@ strstr() { [[ ! ${1#*$2*} = $1 ]]; } # Log initrd creation. if ! [[ $dracutlogfile ]]; then [[ $dsrc = /usr/share/dracut ]] && \ - dracutlogfile=/var/log/dracut.log || \ - dracutlogfile=/tmp/dracut.log + dracutlogfile=/var/log/dracut.log || \ + dracutlogfile=/tmp/dracut.log [[ -w $dracutlogfile ]] || dracutlogfile=/tmp/dracut.log >"$dracutlogfile" - fi +fi dwarning() { echo "W: $@" >&2