Skip to content

Commit

Permalink
Add shebang to flycheck shell script
Browse files Browse the repository at this point in the history
Flycheck fails to execute `kibit-flymake.sh` on some systems without an
explicit shebang.
  • Loading branch information
zane committed Jul 22, 2013
1 parent 47858ee commit b371b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/kibit-flymake.sh
@@ -1,3 +1,4 @@
#! /bin/sh
# Setting basedir on flymake tasks doesn't actually get set beyond a
# logging statement, so we hijack the CWD using this script to farm
# out the job to leiningen
Expand Down

0 comments on commit b371b3d

Please sign in to comment.