[llvm-commits] CVS: llvm/utils/check-each-file
Brian Gaeke
gaeke at gally.cs.uiuc.edu
Sun Feb 8 02:02:03 PST 2004
Changes in directory llvm/utils:
check-each-file updated: 1.1 -> 1.2
---
Log message:
Fix unterminated-quote typo in echo command
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/check-each-file
diff -u llvm/utils/check-each-file:1.1 llvm/utils/check-each-file:1.2
--- llvm/utils/check-each-file:1.1 Thu Jan 15 16:35:43 2004
+++ llvm/utils/check-each-file Sun Feb 8 02:01:00 2004
@@ -55,7 +55,7 @@
echo ""
echo "OBJECTS-FILE is a text file containing the names of all the .o files"
echo "PROGRAM is the name of the executable under test"
- echo "(there must also exist a Makefile in the current directory which
+ echo "(there must also exist a Makefile in the current directory which"
echo "has PROGRAM as a target)"
echo "LINKER is the script that builds PROGRAM; try --make-linker-script"
echo "to automatically generate it"
More information about the llvm-commits
mailing list