Add newline at EOF to lib.sh
This commit is contained in:
commit
e3e8536b71
1 changed files with 1 additions and 1 deletions
2
lib.sh
2
lib.sh
|
@ -35,4 +35,4 @@ function write_manifest {
|
|||
# 0:-1 to remove trailing comma, delimit by newline and sort
|
||||
echo "${2:0:-1}" | tr ',' '\n' | sort > ${3}
|
||||
log "done."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue