From 1ac6f940678a1b9373bd4995894a181eeb2a1d00 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 8 Feb 2004 08:01:00 +0000 Subject: [PATCH] Fix unterminated-quote typo in echo command llvm-svn: 11188 --- utils/check-each-file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/check-each-file b/utils/check-each-file index 667698deb83..7d73f30cc12 100755 --- a/utils/check-each-file +++ b/utils/check-each-file @@ -55,7 +55,7 @@ usage () { 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"