Changing how mdls_properties is passed to output.

This commit is contained in:
Mike Holloway 2022-03-26 18:56:41 -04:00
parent 021d7c695a
commit 60568fe7a8

View File

@ -40,7 +40,7 @@ mdls_per_file () {
fi fi
IFS=$old_IFS IFS=$old_IFS
done done
export mdls_properties printf '%s' $mdls_properties
} }