Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 7d054ca

Browse files
author
twojstaryzdomu
committed
extfs/img: Lower case dos command.
1 parent 8297995 commit 7d054ca

File tree

1 file changed

+1
-1
lines changed
  • src/vfs/extfs/helpers

1 file changed

+1
-1
lines changed

src/vfs/extfs/helpers/img

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ my $actions = {
1818
rm => "mdeltree -i \'$archive\'",
1919
mkdir => "mmd -D o -i \'$archive\'",
2020
rmdir => "mrd -i \'$archive\'",
21-
run => "dosbox -noautoexec -c \'IMGMOUNT -size $size_kb $drive: \'$archive\'\' -c '$drive:\' -c",
21+
run => "dosbox -noautoexec -c \'imgmount -size $size_kb $drive: \'$archive\'\' -c '$drive:\' -c",
2222
test => "logger \'$archive\'"
2323
};
2424

0 commit comments

Comments
 (0)