Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 51bacfd

Browse files
committed
Fix pgaccess __wish__ thing.
1 parent 95a31a8 commit 51bacfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pgaccess/pgaccess.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
PATH_TO_WISH=/usr/bin/wish
4-
PGACCESS_HOME=/usr/local/pgaccess
3+
PATH_TO_WISH=__wish__
4+
PGACCESS_HOME=__POSTGRESDIR__/pgaccess
55

66
export PATH_TO_WISH
77
export PGACCESS_HOME

0 commit comments

Comments
 (0)