Changeset 3321 in MondoRescue


Ignore:
Timestamp:
Dec 1, 2014, 11:47:53 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • minor modif for tabs vs spaces
Location:
branches
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/rootfs/etc/init.d/rcS

    r3319 r3321  
    121121    done
    122122    # Doing that is only valid when using a real serial line
    123     if [[ $serial != "" && -e $serial ]]; then
     123    if [[ $serial != "" && -e $serial ]]; then
    124124        LogIt "Redirecting serial $serial to /dev/tty" 1
    125125        ln -s -f $serial /dev/tty
  • branches/3.2/mindi/mindi

    r3317 r3321  
    559559#       LogFile "INFO: '$incoming' generates filelist '$filelist'"
    560560        for fname in $filelist ; do
    561                 [ "$fname" != "" ] && echo "$fname" >> $tempfile
     561            [ "$fname" != "" ] && echo "$fname" >> $tempfile
    562562        done
    563563        progress=$(($progress+1))
Note: See TracChangeset for help on using the changeset viewer.