mirror of https://github.com/licensee/licensee.git
Consistently use bin/sh shebang for shell scripts
This commit is contained in:
parent
0d87ecc0f5
commit
4d3cf0f4d4
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
bundle install
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
bundle exec pry -r ./lib/licensee.rb
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -Rf vendor/choosealicense.com
|
||||
bower install github/choosealicense.com#gh-pages
|
||||
|
|
Loading…
Reference in New Issue