[llvm-commits] CVS: llvm/test/Programs/HTMLColDiff.pl GenerateReport.pl
Alkis Evlogimenos
alkis at cs.uiuc.edu
Tue Jan 6 19:49:01 PST 2004
Changes in directory llvm/test/Programs:
HTMLColDiff.pl updated: 1.1 -> 1.2
GenerateReport.pl updated: 1.17 -> 1.18
---
Log message:
Change perl interpreter path to the standard /usr/bin/perl.
---
Diffs of the changes: (+2 -2)
Index: llvm/test/Programs/HTMLColDiff.pl
diff -u llvm/test/Programs/HTMLColDiff.pl:1.1 llvm/test/Programs/HTMLColDiff.pl:1.2
--- llvm/test/Programs/HTMLColDiff.pl:1.1 Fri Jan 17 14:04:43 2003
+++ llvm/test/Programs/HTMLColDiff.pl Tue Jan 6 19:48:26 2004
@@ -1,4 +1,4 @@
-#!/usr/dcs/software/supported/bin/perl -w
+#!/usr/bin/perl -w
# htmlcoldiff - Diff two files (specified on the command line) laid out in
# columns. Output a copy of the second file with differences from the first
Index: llvm/test/Programs/GenerateReport.pl
diff -u llvm/test/Programs/GenerateReport.pl:1.17 llvm/test/Programs/GenerateReport.pl:1.18
--- llvm/test/Programs/GenerateReport.pl:1.17 Thu Dec 18 21:20:04 2003
+++ llvm/test/Programs/GenerateReport.pl Tue Jan 6 19:48:26 2004
@@ -1,4 +1,4 @@
-#!/usr/dcs/software/supported/bin/perl -w
+#!/usr/bin/perl -w
#
# Program: GenerateReport.pl
#
More information about the llvm-commits
mailing list