Remove another shellcheck error regarding a missing shebang

This commit is contained in:
Kevin MacMartin 2015-02-17 15:27:05 -05:00
parent 9aa37f4981
commit 8ab585900c

View file

@ -183,6 +183,7 @@ scriptencoding utf-8
\ '.*fatal error:[^:]*: No such file or directory.*', \ '.*fatal error:[^:]*: No such file or directory.*',
\ '.*line too long.*', \ '.*line too long.*',
\ 'Expressions don.t expand in single quotes, use double quotes for that\. \[SC2016\]', \ 'Expressions don.t expand in single quotes, use double quotes for that\. \[SC2016\]',
\ 'Shebang (#!) missing\. Assuming Bash\. \[SC2148\]',
\ 'trailing whitespace \[W291\]', \ 'trailing whitespace \[W291\]',
\ 'blank line contains whitespace \[W293\]' \ 'blank line contains whitespace \[W293\]'
\ ]} \ ]}