diff --git a/INSTALL/tool/ventoy_lib.sh b/INSTALL/tool/ventoy_lib.sh index 5f5aadb3..60c384c3 100644 --- a/INSTALL/tool/ventoy_lib.sh +++ b/INSTALL/tool/ventoy_lib.sh @@ -70,9 +70,9 @@ mkexfatfs_() { mkexfatfs -n "$label" -s "$sectors" "$@" } mkexfatfs= -if [ ! -z "$(comand -v mkfs.exfat)" ]; then +if [ ! -z "$(command -v mkfs.exfat)" ]; then mkexfatfs=mkfs_exfat_ -elif [ ! -z "$(comand -v mkexfatfs)" ]; then +elif [ ! -z "$(command -v mkexfatfs)" ]; then mkexfatfs=mkexfatfs_ fi