Skip to content
  • Karel Koci's avatar
    b4f81c1a
    updater: fix invalid shell read syntax · b4f81c1a
    Karel Koci authored
    The IFS is for field separator not line separator thus it is used to
    split read line to various variables not to read it field by field. As
    an alternative separator variable is replaced by new line and thus can
    be read directly line by line.
    b4f81c1a
    updater: fix invalid shell read syntax
    Karel Koci authored
    The IFS is for field separator not line separator thus it is used to
    split read line to various variables not to read it field by field. As
    an alternative separator variable is replaced by new line and thus can
    be read directly line by line.
Loading