Skip to content

Commit

Permalink
[#766] Use /bin/sh instead of /bin/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Oct 22, 2013
1 parent 4c46078 commit 852a23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-run-tests
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Configure Solr
echo "NO_START=0\nJETTY_HOST=127.0.0.1\nJETTY_PORT=8983\nJAVA_HOME=$JAVA_HOME" | sudo tee /etc/default/jetty
Expand Down

0 comments on commit 852a23c

Please sign in to comment.