Skip to content

Commit

Permalink
extfs/img: Lower case dos command.
Browse files Browse the repository at this point in the history
  • Loading branch information
twojstaryzdomu committed Sep 7, 2021
1 parent 8297995 commit 7d054ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vfs/extfs/helpers/img
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ my $actions = {
rm => "mdeltree -i \'$archive\'",
mkdir => "mmd -D o -i \'$archive\'",
rmdir => "mrd -i \'$archive\'",
run => "dosbox -noautoexec -c \'IMGMOUNT -size $size_kb $drive: \'$archive\'\' -c '$drive:\' -c",
run => "dosbox -noautoexec -c \'imgmount -size $size_kb $drive: \'$archive\'\' -c '$drive:\' -c",
test => "logger \'$archive\'"
};

Expand Down

0 comments on commit 7d054ca

Please sign in to comment.