From b921097835dde0637c2db68732319616be739ce4 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 31 Aug 2017 01:28:33 -0700 Subject: [PATCH] mkimage.sh.in: use for GCP images instead of shell globs --- mkimage.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkimage.sh.in b/mkimage.sh.in index 28fb99d..7b0aab4 100644 --- a/mkimage.sh.in +++ b/mkimage.sh.in @@ -342,7 +342,7 @@ case "$PLATFORM" in GCP*) # This filename is mandated by the Google Cloud Engine import # process, the archive name is not. - mv void-GCP*.img disk.raw + mv "$FILENAME" disk.raw info_msg "Compressing disk.raw" tar Sczf "${FILENAME%.img}.tar.gz" disk.raw # Since this process just produces something that can be