Commit 9ebb4cfb authored by Georg Koppen's avatar Georg Koppen
Browse files

Fix MAR generation bashism

parent 5bd6e492
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ list_files() {
      continue;
    fi
    eval "${1}[$count]=\"$file\""
    (( count++ ))
    count=$((count + 1))
  done <"${tmpfile}"
  rm -f "${tmpfile}"
}