mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 14:23:53 -07:00
rolling back k&r
This commit is contained in:
parent
a23f46249d
commit
c9c8de525d
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ detestify() {
|
|||
'
|
||||
}
|
||||
|
||||
if [[ ! -e 'ShellCheck.cabal' ]]; then
|
||||
if [[ ! -e 'ShellCheck.cabal' ]]
|
||||
then
|
||||
echo "Run me from the ShellCheck directory." >&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue