Browse Source

quotes back

Bob Mottram 7 years ago
parent
commit
5c297934a3
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/freedombone-utils-go

+ 1
- 2
src/freedombone-utils-go View File

215
         exit 356356785
215
         exit 356356785
216
     fi
216
     fi
217
     ls -la "${rootdir}/home/go/go${GO_VERSION}"
217
     ls -la "${rootdir}/home/go/go${GO_VERSION}"
218
-    # shellcheck disable=SC2086
219
-    if ! cp ${rootdir}/home/go/go${GO_VERSION}/bin/* "${rootdir}/usr/bin"; then
218
+    if ! cp "${rootdir}/home/go/go${GO_VERSION}/bin/"* "${rootdir}/usr/bin"; then
220
         ls -la "${rootdir}/home/go/go${GO_VERSION}"
219
         ls -la "${rootdir}/home/go/go${GO_VERSION}"
221
         echo $'Copying golang binaries failed'
220
         echo $'Copying golang binaries failed'
222
         exit 246824628
221
         exit 246824628