Fix astyle wrap script. (#195)

This commit is contained in:
Jonathan Hui
2016-06-22 15:54:13 -07:00
committed by GitHub
parent e9be30ae21
commit ef41589158
+2 -2
View File
@@ -39,6 +39,6 @@ die() {
set -x
[ -z `$@` ] || {
[ $@ =~ .*dry-run.* ] || die
[ -z "`$@`" ] || {
[ "$3" != "--dry-run" ] || die
}