diff mbox

[wwwdocs,Java] bin/gen-classpath-compare: http -> https

Message ID alpine.LSU.2.11.1407090024360.6008@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer July 8, 2014, 10:27 p.m. UTC
Java guys, 

 -- do you still need this script or can it be removed?


For now I went ahead and applied the patch below which converts
the reference to the style sheet from http to https.

Gerald
diff mbox

Patch

Index: bin/gen-classpath-compare
===================================================================
RCS file: /cvs/gcc/wwwdocs/bin/gen-classpath-compare,v
retrieving revision 1.17
diff -u -r1.17 gen-classpath-compare
--- bin/gen-classpath-compare	23 Sep 2004 22:46:06 -0000	1.17
+++ bin/gen-classpath-compare	8 Jul 2014 22:18:39 -0000
@@ -45,7 +45,7 @@ 
 rm -f $OUTPUT/compare/*.diff
 
 echo "<html> <head> <title>libgcj -vs- Classpath ($GUI)</title>" > $outfile
-echo '<link rel="stylesheet" type="text/css" href="http://gcc.gnu.org/gcc.css"></link>' >> $outfile
+echo '<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"></link>' >> $outfile
 echo "</head> <body> <h1>libgcj -vs- Classpath ($GUI)</h1>" >> $outfile
 
 cat >> $outfile << 'END'