We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c16918 commit c7179a4Copy full SHA for c7179a4
build-iso
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-. "$(dirname $0)/config.sh"
+. "$(dirname "$0")/config.sh"
6
7
ORIG="work/ubuntu-$VERSION-$DISTRO-$ARCH.iso"
8
COPY="work/ubuntu-$VERSION-$DISTRO-$ARCH"
@@ -75,5 +75,4 @@ mkisofs -r -V "Ubuntu $VERSION for Terraform" \
75
-boot-load-size 4 -boot-info-table \
76
-o "$ISO" "$COPY"
77
78
-echo Built $ISO
79
-
+echo Built "$ISO"
0 commit comments