Fix -z check (remove space)
This commit is contained in:
parent
5dbfa1f92e
commit
553379834d
1 changed files with 1 additions and 1 deletions
2
pg-env
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue