Merge pull request #577 from neil-greenwood/readme-sed-quote

Fix missing quote in README.md
This commit is contained in:
koalaman 2016-01-18 09:00:53 -08:00
commit 15edcbd4d5
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ ShellCheck recognizes a menagerie of other issues:
#!/bin/bash -x -e # Common shebang errors
echo $((n/180*100)) # Unnecessary loss of precision
ls *[:digit:].txt # Bad character class globs
sed 's/foo/bar/ file > file # Redirecting to input
sed 's/foo/bar/' file > file # Redirecting to input
## Testimonials