8000 Fix 'set path' for csh, path -> $path. · danielcode/postgres@2c632e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c632e6

Browse files
committed
Fix 'set path' for csh, path -> $path.
Pierce Tyler
1 parent fb029f0 commit 2c632e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.45 2001/04/06 15:52:41 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.45.2.1 2001/05/14 15:11:31 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%flattext-install-include[<productname>PostgreSQL</>]]>
@@ -958,7 +958,7 @@ PATH=$PATH:/usr/local/pgsql/bin
958958
</programlisting>
959959
If you are using csh or tcsh, then use this command:
960960
<programlisting>
961-
set path = ( /usr/local/pgsql/bin path )
961+
set path = ( /usr/local/pgsql/bin $path )
962962
</programlisting>
963963
</para>
964964

0 commit comments

Comments
 (0)
0