Skip to content

Commit

Permalink
bug 896867 followup - these scripts require bash
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Jul 23, 2013
1 parent ab0e2bb commit 93fc554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp-django/bin/jenkins-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This script makes sure that Jenkins can properly run your tests against your
# codebase.
set -e
Expand Down
2 changes: 1 addition & 1 deletion webapp-django/bin/jenkins.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# run tests and prepare an installation
set -e

Expand Down

0 comments on commit 93fc554

Please sign in to comment.