--- loncom/cgi/lonversions.pl 2003/09/01 03:37:27 1.3 +++ loncom/cgi/lonversions.pl 2003/09/06 17:23:29 1.4 @@ -1,7 +1,7 @@ #!/usr/bin/perl $|=1; # Prints ut the Id line from most files -# $Id: lonversions.pl,v 1.3 2003/09/01 03:37:27 albertel Exp $ +# $Id: lonversions.pl,v 1.4 2003/09/06 17:23:29 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -30,7 +30,7 @@ print "Content-type: text/html\n\n". "

Handler Versions

". "
\n";
 open (DFH,
-"grep '\$Id' /home/httpd/perl/* /home/httpd/lib/perl/Apache/*.pm /home/httpd/html/res/adm/includes/* /home/httpd/html/res/adm/pages/*|");
+"grep '\' /home/httpd/perl/* /home/httpd/lib/perl/Apache/*.pm /home/httpd/html/res/adm/includes/* /home/httpd/html/res/adm/pages/*|");
 while ($line=) { 
    print "$line"; 
 }