Author: joeyh Date: 2005-08-28 15:21:10 +0000 (Sun, 28 Aug 2005) New Revision: 1690 Modified: bin/dtsasync Log: maybe it will work now... Modified: bin/dtsasync ==================================================================--- bin/dtsasync 2005-08-28 14:59:13 UTC (rev 1689) +++ bin/dtsasync 2005-08-28 15:21:10 UTC (rev 1690) @@ -22,12 +22,14 @@ chomp; push @ret, $_; } - close KID || print "madison edited nonzero\n"; + close KID || print "madison exited nonzero while getting $suite $package\n"; } else { exec "madison", "-s", $suite, "-f", "heidi", "-S", $package or die "can''t exec madison: $!"; } + + return @ret; } my $run_dinstall=0;