cvs from emacs

This commit is contained in:
freesource
2002-12-08 23:11:24 +00:00
parent 6ad8077da8
commit 50bbbb674c
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1602,9 +1602,9 @@ sub create_expect_uml {
}
else {
# This could have been done with one if statement --freesource
if ( $option{genext2fs} ) {
if ( $option{"genext2fs-dir"} ) {
my $command = $option{genext2fs} . "/genext2fs/$main::makefs";
my $command = $option{"genext2fs-dir"} . "$main::makefs";
if ( sys("$command -b $fs_size -d $mount_point -D $device_table $device") !~
/^0$/ ) {