Merge script include snippet.

This commit is contained in:
awalsh128 2022-07-15 15:38:51 -07:00
parent b61cf9a6f1
commit 1e75d90dc9

3
lib.sh
View file

@ -29,7 +29,8 @@ function get_package_name_ver {
function log { echo "$(date +%H:%M:%S)" "${@}"; } function log { echo "$(date +%H:%M:%S)" "${@}"; }
function write_manifest { function write_manifest {
echo "manifest list ${1}"
log "Writing ${1} packages manifest to ${3}..." log "Writing ${1} packages manifest to ${3}..."
# 0:-1 to remove trailing comma, delimit by newline and sort # 0:-1 to remove trailing comma, delimit by newline and sort
echo "${2:0:-1}" | tr ',' '\n' | sort > ${3} echo "${2:0:-1}" | tr ',' '\n' | sort > ${3}