diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-08 08:01:00 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-08 08:01:00 +0000 |
commit | 79bf0525315f6ba9138bcbd261d86918b34c18fb (patch) | |
tree | 1a8370887dd427778e4d152df4e492df609c75c2 /utils/check-each-file | |
parent | 5c681b6dc224b726dfa485500834bf7818a8ce93 (diff) |
Fix unterminated-quote typo in echo command
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11188 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/check-each-file')
-rwxr-xr-x | utils/check-each-file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check-each-file b/utils/check-each-file index 667698deb8..7d73f30cc1 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" |