feat(unitproc):checkAppFileDir:Add displayMissing(), version nums
[BK-2020-03.git] / unitproc / bktemplate
index 82caf028a01483376b040c3b3186d921225b8361..67fbf17e188b3ca806f74bfdc66a4400a06d7a8f 100755 (executable)
@@ -355,7 +355,7 @@ checkapp() {
     #===Process Args===
     for arg in "$@"; do
        #echo "DEBUG:processing arg:$arg"
-       if command -v $arg 1>/dev/null 2>&1; then # Check if arg is a valid command
+       if command -v "$arg" 1>/dev/null 2>&1; then # Check if arg is a valid command
            appRollCall[$arg]="true";
            #echo "DEBUG:appRollCall[$arg]:"${appRollCall[$arg]}
            if ! [ "$returnState" = "false" ]; then returnState="true"; fi