mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
Fix pgaccess __wish__ thing.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PATH_TO_WISH=/usr/bin/wish
|
PATH_TO_WISH=__wish__
|
||||||
PGACCESS_HOME=/usr/local/pgaccess
|
PGACCESS_HOME=__POSTGRESDIR__/pgaccess
|
||||||
|
|
||||||
export PATH_TO_WISH
|
export PATH_TO_WISH
|
||||||
export PGACCESS_HOME
|
export PGACCESS_HOME
|
||||||
|
Reference in New Issue
Block a user