Skip to content

Commit

Permalink
Merge pull request #73 from loadsys/b/codesniffer-options-fix
Browse files Browse the repository at this point in the history
Correct typo in option processing.
  • Loading branch information
beporter committed Feb 2, 2016
2 parents 4579a66 + 1d9443a commit a402920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codesniffer-run
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SUPPRESS_WARNINGS=""


# Process command line options.
while getopts ":fhnrs:x" opt; do
while getopts ":fhnr:sx" opt; do
case $opt in
f)
SAVE_REPORTS=0 # 0 = true. Save reports to files, not print to screen.
Expand Down

0 comments on commit a402920

Please sign in to comment.