Before fset was creating some probs.

This commit is contained in:
freesource
2001-10-08 17:19:06 +00:00
parent 8c36ece69b
commit 37e1bdbf6b
3 changed files with 21 additions and 8 deletions
@@ -57,7 +57,7 @@ my $zoneinfo = get("make-debian-x11/make_debian_x11-zoneinfo");
# Not a perfect approach, but the swim package will be updated
# eventually.
print STDERR "Be patient, this will take a little while.\n";
open (SCRIPT, "|make_debian-X11 2&> /dev/null")
open (SCRIPT, "|make_debian-X11")
or warn "Couldn't open make_debian-X11\n";
print SCRIPT $swim;
print SCRIPT $doc;
@@ -68,4 +68,15 @@ my $zoneinfo = get("make-debian-x11/make_debian_x11-zoneinfo");
}
stop();