From 7df58094ca8a2cbe87f3b324d1122ac3372c55df Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 14 May 2001 15:11:31 +0000 Subject: [PATCH] Fix 'set path' for csh, path -> $path. Pierce Tyler --- doc/src/sgml/installation.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.5