From b343acaa3281cea532941128e72ee329d8f3123c Mon Sep 17 00:00:00 2001 From: Steve Fink Date: Fri, 28 May 2021 18:21:34 +0000 Subject: [PATCH] Bug 1713367 - Fix spidermonkey uploads r=jkratzer Differential Revision: https://phabricator.services.mozilla.com/D116279 --- taskcluster/scripts/builder/build-sm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/scripts/builder/build-sm.sh b/taskcluster/scripts/builder/build-sm.sh index a21f018ebe34..13ce97a814a3 100755 --- a/taskcluster/scripts/builder/build-sm.sh +++ b/taskcluster/scripts/builder/build-sm.sh @@ -28,7 +28,7 @@ if [ -n "$MOZ_JS_UPLOAD_BINARIES" ]; then upload=1 fi if [ "$upload" = "1" ]; then - cp -rL "$OBJDIR/dist/bin/{js,jsapi-tests,js-gdb.py}" "$UPLOAD_DIR" + cp -rL "$OBJDIR/dist/bin/"{js,jsapi-tests,js-gdb.py} "$UPLOAD_DIR" cp -L "$OBJDIR/mozinfo.json" "$UPLOAD_DIR/target.mozinfo.json" # Fuzzing users want the correct version of llvm-symbolizer available in the