From: Bruce Momjian Date: Mon, 14 May 2001 15:11:31 +0000 (+0000) Subject: Fix 'set path' for csh, path -> $path. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7df58094ca8a2cbe87f3b324d1122ac3372c55df;p=users%2Fbernd%2Fpostgres.git Fix 'set path' for csh, path -> $path. Pierce Tyler --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ea57d45448..3816985408 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -958,7 +958,7 @@ PATH=$PATH:/usr/local/pgsql/bin If you are using csh or tcsh, then use this command: -set path = ( /usr/local/pgsql/bin path ) +set path = ( /usr/local/pgsql/bin $path )