openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : openap-main/scripts Configure,1.3,1.4


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main/scripts Configure,1.3,1.4
Date: Tue, 23 Jul 2002 17:43:42 -0400

Update of /cvsroot/openap/openap-main/scripts
In directory subversions:/tmp/cvs-serv18863

Modified Files:
        Configure 
Log Message:
help moved

Index: Configure
===================================================================
RCS file: /cvsroot/openap/openap-main/scripts/Configure,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Configure   19 Jul 2002 01:09:45 -0000      1.3
+++ Configure   23 Jul 2002 21:43:40 -0000      1.4
@@ -81,7 +81,7 @@
 #       help variable
 #
 function help () {
-  if [ -f Documentation/Configure.help ]
+  if [ -f config/Configure.help ]
   then
      #first escape regexp special characters in the argument:
      var=$(echo "$1"|sed 's/[][\/.^$*]/\\&/g')
@@ -94,7 +94,7 @@
                        /^[^    ]/q
                        /<file:\\([^>]*\\)>/s//\\1/g
                        p
-                   }" Documentation/Configure.help)
+                   }" config/Configure.help)
      if [ -z "$text" ]
      then
          echo; echo "  Sorry, no help available for this option yet.";echo
@@ -103,7 +103,7 @@
      fi
   else
      echo;
-     echo "  Can't access the file Documentation/Configure.help which"
+     echo "  Can't access the file config/Configure.help which"
      echo "  should contain the help texts."
      echo
   fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]