mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-25 17:53:22 -05:00
Put 2&> back for swim db generation because of all the STDOUT.
This commit is contained in:
parent
6e63c605af
commit
5d9ddd9aff
@ -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")
|
||||
open (SCRIPT, "|make_debian-X11 2&> /dev/null")
|
||||
or warn "Couldn't open make_debian-X11\n";
|
||||
print SCRIPT $swim;
|
||||
print SCRIPT $doc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user