stop release on error

pull/113/merge
John Shahid 2013-12-02 17:59:30 -05:00
parent c391865af9
commit 81e2ce87d1
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
cd `dirname $0`
modified=$(git ls-files --modified | wc -l)