Fixed Codacy note in shell script.

This commit is contained in:
Alexander Shaduri
2022-01-29 21:48:35 +04:00
parent f64b3bc82d
commit 39d033c50d
+1 -1
View File
@@ -93,7 +93,7 @@ fi
if [ "$GSMARTCONTROL_SU" = "" ]; then
for subin in $candidates; do
which $subin &>/dev/null
which "$subin" &>/dev/null
if [ $? -eq 0 ]; then
found_su="$subin";
break;