Remove debug and add missing quotes
This commit is contained in:
parent
553379834d
commit
4c063d99a5
1 changed files with 1 additions and 4 deletions
5
pg-env
5
pg-env
|
@ -51,11 +51,8 @@ fi
|
||||||
if [ -z "$PGV" ]; then
|
if [ -z "$PGV" ]; then
|
||||||
echo "Missing PGV, export PGV=HEAD or export PGV=15"
|
echo "Missing PGV, export PGV=HEAD or export PGV=15"
|
||||||
else
|
else
|
||||||
if [ -z $PG_SRC ]; then
|
if [ -z "$PG_SRC" ]; then
|
||||||
PG_SRC=${PG_REPO_DIR}/${PG_PREFIX}${SRC_DIR}
|
PG_SRC=${PG_REPO_DIR}/${PG_PREFIX}${SRC_DIR}
|
||||||
echo "setting PG_SRC $PG_SRC"
|
|
||||||
else
|
|
||||||
echo "Has PG_SRC $PG_SRC"
|
|
||||||
fi
|
fi
|
||||||
PG_BASE=${PG_REPO_DIR}/${PG_PREFIX}${INST_DIR}
|
PG_BASE=${PG_REPO_DIR}/${PG_PREFIX}${INST_DIR}
|
||||||
if [ ! -d ${PG_SRC} ] || [ ! -d ${PG_REPO_DIR}/${PG_PREFIX}${INST_DIR} ]; then
|
if [ ! -d ${PG_SRC} ] || [ ! -d ${PG_REPO_DIR}/${PG_PREFIX}${INST_DIR} ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue