Fix unterminated-quote typo in echo command
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 8 Feb 2004 08:01:00 +0000 (08:01 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 8 Feb 2004 08:01:00 +0000 (08:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11188 91177308-0d34-0410-b5e6-96231b3b80d8

utils/check-each-file

index 667698deb83dcbfbce70b1e40b2a31ca1a525f79..7d73f30cc120917b9524cb4c778c78847d9312b6 100755 (executable)
@@ -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"