Deref'd when I should have ref'd.

This commit is contained in:
Mike Holloway 2022-03-26 18:55:01 -04:00
parent 316f57e41f
commit 021d7c695a

View File

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