mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-14 00:53:15 -07:00
Update README.md
Fix missing quote in `sed` example.
This commit is contained in:
parent
a21df2d88f
commit
736febaa3c
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ ShellCheck recognizes a menagerie of other issues:
|
||||||
#!/bin/bash -x -e # Common shebang errors
|
#!/bin/bash -x -e # Common shebang errors
|
||||||
echo $((n/180*100)) # Unnecessary loss of precision
|
echo $((n/180*100)) # Unnecessary loss of precision
|
||||||
ls *[:digit:].txt # Bad character class globs
|
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
|
## Testimonials
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue