--- IO-AIO/autoconf.pm 2005/08/01 08:52:53 1.1 +++ IO-AIO/autoconf.pm 2005/08/19 01:07:27 1.2 @@ -26,6 +26,8 @@ $ENV{LINKER} = $Config{ld}; # nonstandard my $status = system $ENV{SHELL}, -c => "cd \Q$wd\E && \Q$script\E --prefix \Q$Config{prefix}\E"; + + $status } 1