mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
cvs from emacs
This commit is contained in:
+2
-2
@@ -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$/ ) {
|
||||
|
||||
Reference in New Issue
Block a user