We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758b290 commit edf22c5Copy full SHA for edf22c5
contrib/pg_exchange/gcp/paths.sh
@@ -1,5 +1,7 @@
1
INSTDIR=`pwd`/tmp_install
2
+GCPSCRIPTS=`pwd`/contrib/pg_exchange.gcp/
3
4
export LD_LIBRARY_PATH=$INSTDIR/lib:$LD_LIBRARY_PATH
5
export PATH=$INSTDIR/bin:$PATH
6
+export PATH=$GCPSCRIPTS:$PATH
7
0 commit comments