Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
option to run sipify_all.sh on a single module
- Loading branch information
Showing
with
5 additions
and
1 deletion.
-
+5
−1
scripts/sipify_all.sh
|
@@ -37,7 +37,11 @@ pushd ${DIR} > /dev/null |
|
|
|
|
|
count=0 |
|
|
|
|
|
modules=(3d core gui analysis server) |
|
|
if [[ -n $1 ]]; then |
|
|
modules=("$1") |
|
|
else |
|
|
modules=(core gui analysis server 3d) |
|
|
fi |
|
|
for module in "${modules[@]}"; do |
|
|
|
|
|
# clean auto_additions and auto_generated folders |
|
|