Fix 'set path' for csh, path -> $path.
authorBruce Momjian <[email protected]>
Mon, 14 May 2001 15:11:31 +0000 (15:11 +0000)
committerBruce Momjian <[email protected]>
Mon, 14 May 2001 15:11:31 +0000 (15:11 +0000)
Pierce Tyler

doc/src/sgml/installation.sgml

index ea57d454483695acc28c8257e418300af2b8efbd..381698540815b51a491e006542bd63d73bafa552 100644 (file)
@@ -958,7 +958,7 @@ PATH=$PATH:/usr/local/pgsql/bin
 </programlisting>
     If you are using csh or tcsh, then use this command:
 <programlisting>
-set path = ( /usr/local/pgsql/bin path )
+set path = ( /usr/local/pgsql/bin $path )
 </programlisting>
    </para>