Minor spacing fixups in dracut-finctions
authorVictor Lowther <victor.lowther@gmail.com>
Sun, 16 Aug 2009 13:18:58 +0000 (08:18 -0500)
committerVictor Lowther <victor.lowther@gmail.com>
Sun, 16 Aug 2009 20:29:49 +0000 (15:29 -0500)
dracut-functions

index c57174c..66e0e20 100755 (executable)
@@ -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