From 553379834d1a905c9c7e2db213782c685e618b3b Mon Sep 17 00:00:00 2001 From: Yogesh Sharma Date: Wed, 18 Oct 2023 12:42:39 -0400 Subject: [PATCH] Fix -z check (remove space) --- pg-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg-env b/pg-env index e1c271a..c83e20b 100755 --- a/pg-env +++ b/pg-env @@ -18,7 +18,7 @@ if [[ -f .pg-env ]]; then source .pg-env fi -if [ -z " $PG_REPO_DIR" ]; then +if [ -z "$PG_REPO_DIR" ]; then PG_REPO_DIR=${HOME}/gitwork fi if [ -z "$PG_REPO_NAME" ]; then