From f172bb5ef7d739db4c062cc13ff43b4272345b06 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Mon, 5 Feb 2024 13:23:44 -0500 Subject: [PATCH] Fix quote syntax error Signed-off-by: 1000TurquoisePogs --- bin/commands/init/certificate/index.sh | 2 +- bin/commands/init/mvs/index.sh | 2 +- bin/commands/init/security/index.sh | 2 +- bin/commands/init/stc/index.sh | 2 +- bin/commands/init/vsam/index.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/commands/init/certificate/index.sh b/bin/commands/init/certificate/index.sh index 139baa16a5..4b9da621cb 100644 --- a/bin/commands/init/certificate/index.sh +++ b/bin/commands/init/certificate/index.sh @@ -29,7 +29,7 @@ if [ -z "${does_jcl_exist}" ]; then fi # should be created, but may take time to discover. -if [ -z "${does_jcl_exist"} ]; then +if [ -z "${does_jcl_exist}" ]; then does_jcl_exist= for secs in 1 5 10 ; do does_jcl_exist=$(is_data_set_exists "${jcllib}") diff --git a/bin/commands/init/mvs/index.sh b/bin/commands/init/mvs/index.sh index 823843d3c6..a6defe0b10 100644 --- a/bin/commands/init/mvs/index.sh +++ b/bin/commands/init/mvs/index.sh @@ -36,7 +36,7 @@ if [ -z "${does_jcl_exist}" ]; then fi # should be created, but may take time to discover. -if [ -z "${does_jcl_exist"} ]; then +if [ -z "${does_jcl_exist}" ]; then does_jcl_exist= for secs in 1 5 10 ; do does_jcl_exist=$(is_data_set_exists "${jcllib_location}(ZWEIMVS)") diff --git a/bin/commands/init/security/index.sh b/bin/commands/init/security/index.sh index 8405cb746f..97d8639ef5 100644 --- a/bin/commands/init/security/index.sh +++ b/bin/commands/init/security/index.sh @@ -35,7 +35,7 @@ if [ -z "${does_jcl_exist}" ]; then fi # should be created, but may take time to discover. -if [ -z "${does_jcl_exist"} ]; then +if [ -z "${does_jcl_exist}" ]; then does_jcl_exist= for secs in 1 5 10 ; do does_jcl_exist=$(is_data_set_exists "${jcllib}(ZWEI${security_product})") diff --git a/bin/commands/init/stc/index.sh b/bin/commands/init/stc/index.sh index 1b7ddbab98..bf194de51a 100644 --- a/bin/commands/init/stc/index.sh +++ b/bin/commands/init/stc/index.sh @@ -36,7 +36,7 @@ if [ -z "${does_jcl_exist}" ]; then fi # should be created, but may take time to discover. -if [ -z "${does_jcl_exist"} ]; then +if [ -z "${does_jcl_exist}" ]; then does_jcl_exist= for secs in 1 5 10 ; do does_jcl_exist=$(is_data_set_exists "${jcllib}(ZWEISTC)") diff --git a/bin/commands/init/vsam/index.sh b/bin/commands/init/vsam/index.sh index 2ef16739c9..5b8a63ffd8 100644 --- a/bin/commands/init/vsam/index.sh +++ b/bin/commands/init/vsam/index.sh @@ -38,7 +38,7 @@ if [ -z "${does_jcl_exist}" ]; then fi # should be created, but may take time to discover. -if [ -z "${does_jcl_exist"} ]; then +if [ -z "${does_jcl_exist}" ]; then does_jcl_exist= for secs in 1 5 10 ; do does_jcl_exist=$(is_data_set_exists "${jcllib}(ZWECSVSM)")