Fix cut regression.
Originally fixed in #17. This was reintroduced when master was sync'd to staging.
This commit is contained in:
parent
704b3e1a64
commit
97133735cc
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ log "- Normalized package list is '${normalized_versioned_packages}'."
|
||||||
value="${normalized_versioned_packages} @ ${version}"
|
value="${normalized_versioned_packages} @ ${version}"
|
||||||
log "- Value to hash is '${value}'."
|
log "- Value to hash is '${value}'."
|
||||||
|
|
||||||
key="$(echo "${value}" | md5sum | /bin/cut -f1 -d' ')"
|
key="$(echo "${value}" | md5sum | cut -f1 -d' ')"
|
||||||
log "- Value hashed as '${key}'."
|
log "- Value hashed as '${key}'."
|
||||||
|
|
||||||
log "done."
|
log "done."
|
||||||
|
|
Loading…
Reference in a new issue