Merge branch 'master' into staging
This commit is contained in:
commit
c4bc8b6ed5
1 changed files with 1 additions and 1 deletions
2
lib.sh
2
lib.sh
|
@ -34,4 +34,4 @@ function write_manifest {
|
||||||
# 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}
|
||||||
log "done."
|
log "done."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue