From 4c063d99a518aefa5e4d80578d958ea3f090ceaa Mon Sep 17 00:00:00 2001 From: Yogesh Sharma Date: Wed, 18 Oct 2023 12:46:50 -0400 Subject: [PATCH] Remove debug and add missing quotes --- pg-env | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pg-env b/pg-env index c83e20b..69f7d2e 100755 --- a/pg-env +++ b/pg-env @@ -51,11 +51,8 @@ fi if [ -z "$PGV" ]; then echo "Missing PGV, export PGV=HEAD or export PGV=15" else - if [ -z $PG_SRC ]; then + if [ -z "$PG_SRC" ]; then PG_SRC=${PG_REPO_DIR}/${PG_PREFIX}${SRC_DIR} - echo "setting PG_SRC $PG_SRC" - else - echo "Has PG_SRC $PG_SRC" fi PG_BASE=${PG_REPO_DIR}/${PG_PREFIX}${INST_DIR} if [ ! -d ${PG_SRC} ] || [ ! -d ${PG_REPO_DIR}/${PG_PREFIX}${INST_DIR} ]; then