From a20ce8073a0fb3cef003c1dbfb658462bc04a836 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mar 01 2018 22:16:06 +0000 Subject: Remove quotes so Bash does globbing Signed-off-by: Patrick Uiterwijk --- diff --git a/nightly.sh b/nightly.sh index cba47e8..2df27c4 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.