From a3501422cd05e551a8a720fe1382fc2ddcef5701 Mon Sep 17 00:00:00 2001 From: Jason N <33561705+JasonN3@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:40:21 -0400 Subject: [PATCH] add quotes Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com> --- test/iso/install_hash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/iso/install_hash.sh b/test/iso/install_hash.sh index 5ce8fcd..6989399 100644 --- a/test/iso/install_hash.sh +++ b/test/iso/install_hash.sh @@ -11,4 +11,4 @@ then implantisomd5 --force "../../${ISO_NAME}" fi -cd $(dirname "../../${ISO_NAME}") && sha256sum -c "$(basename ${ISO_NAME})-CHECKSUM" \ No newline at end of file +cd "$(dirname "../../${ISO_NAME}")" && sha256sum -c "$(basename "${ISO_NAME}")-CHECKSUM" \ No newline at end of file