--- smlnj-110.82.ebuild 2018-11-03 22:48:02.230366063 -0500 +++ smlnj-110.82-r1.ebuild 2018-11-03 22:50:35.242573123 -0500 @@ -120,7 +120,7 @@ # Remove the native lib dir local y=$(remove_element_from_array $(get_libdir) ${x[@]}) # Remove libx32 if it exists - local z=$(remove_element_from_array "libx32" ${y[@]}) + local z=($(remove_element_from_array "libx32" ${y[@]})) # However if the system is not multlib, then we still need to install # the 32 bit smlnj executables and libraries somewhere, so I guess we # just have to put them under the system lib directory. Put the