Index: trunk/psconfig/psconfig.csh.in
===================================================================
--- trunk/psconfig/psconfig.csh.in	(revision 34253)
+++ trunk/psconfig/psconfig.csh.in	(revision 35113)
@@ -18,4 +18,5 @@
 set show_psversion = 0
 set show_psconfdir = 0
+set show_psconfig = 0
 set show_library_path = 0
 set show_ld_library_path = 0
@@ -68,4 +69,7 @@
       set show_psconfdir = 1
       breaksw;
+    case --psconfig
+      set show_psconfig = 1
+      breaksw;
     case --ld_library_path
       set show_ld_library_path = 1
@@ -501,4 +505,9 @@
 if ($show_psconfdir) then
   echo $PSCONFDIR
+  exit 0
+endif
+
+if ($show_psconfig) then
+  echo $PSCONFIG
   exit 0
 endif
