Support of the osl_int_t union type
[candl.git] / get_submodules.sh
bloba5ea22da3e7583787fd9ec08ade1a9b26032e6db
1 #!/bin/bash
2 git submodule init
3 git submodule update
4 if test -f osl/get_submodules.sh; then
5 (cd osl; ./get_submodules.sh)
6 fi
7 if test -f piplib/get_submodules.sh; then
8 (cd piplib; ./get_submodules.sh)
9 fi