From 59f71680e92888d860217aa9d4a9a15decee680d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 1 Mar 2018 23:03:20 +0100 Subject: [PATCH] Remove quotes so Bash does globbing Signed-off-by: Patrick Uiterwijk --- nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightly.sh b/nightly.sh index b498c48..b1db4c5 100755 --- a/nightly.sh +++ b/nightly.sh @@ -87,7 +87,7 @@ fedmsg_json_start=$(printf '{"log": "start", "branch": "%s", "arch": "%s", "shor fedmsg_json_done=$(printf '{"log": "done", "branch": "%s", "arch": "%s", "short": "%s", "compose_id": "%s", "location": "%s", "alt_location": "%s", "secondary_location": "%s"}' "$RELEASE" "$ARCH" "$SHORT" "$NEWCOMPOSE_ID", "$LOCATION", "$ALT_LOCATION", "$SECONDARY_LOCATION") # Fix permissions on the grub efi files and fonts (they're 0600) -chmod -R go+r "$DESTDIR/compose/*/*/os/EFI/" +chmod -R go+r $DESTDIR/compose/*/*/os/EFI/ compose-changelog -p $DESTDIR/logs/ $TARGET_DIR/$OLDCOMPOSE_ID/ $DESTDIR/ # Figure out a version for broken deps e-mail that goes to package maintainers.