aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-03-31 14:05:07 +0000
committerBruce Momjian <bruce@momjian.us>2000-03-31 14:05:07 +0000
commit51bacfd44b0cd0c0488341f6e7cb1ac1478bb2ba (patch)
tree4f09ab81670d8036ca05ce03d260c6f160e14f16 /src
parent95a31a8fea6c001d839b7bb1eb2a32e726976778 (diff)
downloadpostgresql-51bacfd44b0cd0c0488341f6e7cb1ac1478bb2ba.tar.gz
postgresql-51bacfd44b0cd0c0488341f6e7cb1ac1478bb2ba.zip
Fix pgaccess __wish__ thing.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/pgaccess/pgaccess.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pgaccess/pgaccess.sh b/src/bin/pgaccess/pgaccess.sh
index 41fd5cae16f..88b40a1149f 100755
--- a/src/bin/pgaccess/pgaccess.sh
+++ b/src/bin/pgaccess/pgaccess.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-PATH_TO_WISH=/usr/bin/wish
-PGACCESS_HOME=/usr/local/pgaccess
+PATH_TO_WISH=__wish__
+PGACCESS_HOME=__POSTGRESDIR__/pgaccess
export PATH_TO_WISH
export PGACCESS_HOME