Deleh / gis

Status summary of multiple Git repositories
7 stars 4 forks source link

readarray is not supported by zsh (osx) #7

Closed benmaidel closed 1 year ago

benmaidel commented 1 year ago

readarray as used here: https://github.com/Deleh/gis/blob/master/gis#L92 is not supported on systems that only have zsh installed. Would be nice to use a different approach. See here: https://stackoverflow.com/questions/23842261/alternative-to-readarray-because-it-does-not-work-on-mac-os-x

Deleh commented 1 year ago

radarray was replaced with read in https://github.com/Deleh/gis/commit/8a340366bffa288eb735bdf4b125e7788e335018

benmaidel commented 1 year ago

thx @Deleh , works as a charm.