mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-02 09:40:20 +00:00
fix: typo: comand -> command
This commit is contained in:
parent
54f13b2250
commit
39dac1d23a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user