Skip to content
This repository was archived by the owner on Dec 6, 2017. It is now read-only.

Commit

Permalink
chore(run-tests): execute the script with bash rather than sh
Browse files Browse the repository at this point in the history
[[ ]] tests are bash specific
  • Loading branch information
vicb authored and Anting Shen committed Aug 8, 2014
1 parent 9bb2104 commit 121ca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e

echo "Running generator..."
Expand Down

0 comments on commit 121ca47

Please sign in to comment.