mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix type definition (#2002)
This commit is contained in:
committed by
Eugenio Romano
parent
56179c2e88
commit
beba80d8e8
@@ -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
|
||||
|
Reference in New Issue
Block a user