X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=dgbuilder%2Ftools%2Fformat_xml.sh;h=fbe368e1da457fe8b57cfc8a4d13add371d7cd05;hp=c66153edd98c8452afe3946f0f56dd3bcc00a30d;hb=fc4bb348c8a8b4a5d5f77065b8ebbca16d6ce5b8;hpb=4ec03269604e3bd897207552127f94b4d1f30850 diff --git a/dgbuilder/tools/format_xml.sh b/dgbuilder/tools/format_xml.sh index c66153ed..fbe368e1 100755 --- a/dgbuilder/tools/format_xml.sh +++ b/dgbuilder/tools/format_xml.sh @@ -1,3 +1,4 @@ +#!/bin/bash if [ "$#" != "1" ] then echo "Usage: $0 xmlFileFullPath" @@ -10,7 +11,7 @@ then fi if [ -e "$1" ] then - python $PROJECT_HOME/tools/formatXml.py $1 + python3 $PROJECT_HOME/tools/formatXml.py "$1" else - echo "File $1 does not exist" + echo "File $1 does not exist" fi