fix type definition (#2002)

This commit is contained in:
Eugenio Romano
2017-06-22 13:18:10 +02:00
committed by Eugenio Romano
parent 56179c2e88
commit beba80d8e8
50 changed files with 35356 additions and 143 deletions

View File

@@ -31,11 +31,10 @@ eval projects=( "ng2-activiti-diagrams"
clea_demo() {
EXEC_CLEAN_DEMO=false
}
while [[ $1 == -* ]]; do
case "$1" in
-h|--help|-\?) show_help; exit 0;;
-sd|--skipDemo) update; shift;;
-sd|--skipDemo) clea_demo; shift;;
-*) echo "invalid option: $1" 1>&2; show_help; exit 0;;
esac
done