Skip to content

Commit

Permalink
Add shebang to luke.sh
Browse files Browse the repository at this point in the history
Otherwise this script will fail for example when using fish shell
  • Loading branch information
britter authored Aug 30, 2017
1 parent 6010810 commit f2fb67a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions luke.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

if [[ -d `echo $LUKE_PATH` ]]; then
java -jar $LUKE_PATH/target/luke-with-deps.jar
else
Expand Down

0 comments on commit f2fb67a

Please sign in to comment.