This website requires JavaScript.
Explore
Help
Register
Sign In
7x31
/
shellcheck
mirror of
https://github.com/koalaman/shellcheck.git
Watch
1
Star
0
Fork
You've already forked shellcheck
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Build shpell before running tests, in case of compiler errors
Browse Source
...
This commit is contained in:
Vidar Holen
2012-11-04 22:15:06 -08:00
parent
69183f6609
commit
fdd2110437
1 changed files
with
2 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
Makefile
Unescape
Escape
View File
@ -1,4 +1,4 @@
all
:
.
tests
shpell
all
:
shpell
.
tests
true
true
shpell
:
regardless
shpell
:
regardless
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
7x31/shellcheck
Title
Body
Create Issue