quotes back

This commit is contained in:
Bob Mottram 2018-03-03 12:20:31 +00:00
parent 0349c88837
commit 5c297934a3
1 changed files with 1 additions and 2 deletions

View File

@ -215,8 +215,7 @@ function mesh_upgrade_golang {
exit 356356785
fi
ls -la "${rootdir}/home/go/go${GO_VERSION}"
# shellcheck disable=SC2086
if ! cp ${rootdir}/home/go/go${GO_VERSION}/bin/* "${rootdir}/usr/bin"; then
if ! cp "${rootdir}/home/go/go${GO_VERSION}/bin/"* "${rootdir}/usr/bin"; then
ls -la "${rootdir}/home/go/go${GO_VERSION}"
echo $'Copying golang binaries failed'
exit 246824628