forked from mindspore-Ecosystem/mindspore
use bash to run script
This commit is contained in:
parent
87430255c4
commit
e830c209d6
|
@ -14,7 +14,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
. cache_util.sh
|
bash cache_util.sh
|
||||||
|
|
||||||
if [ $# != 4 ] && [ $# != 5 ] && [ $# != 6 ]
|
if [ $# != 4 ] && [ $# != 5 ] && [ $# != 6 ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
. cache_util.sh
|
bash cache_util.sh
|
||||||
|
|
||||||
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
|
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
. cache_util.sh
|
bash cache_util.sh
|
||||||
|
|
||||||
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
|
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
. cache_util.sh
|
bash cache_util.sh
|
||||||
|
|
||||||
if [ $# != 3 ] && [ $# != 4 ]
|
if [ $# != 3 ] && [ $# != 4 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue