Return to CHECKRPMS.sles10 CVS log | Up to [LON-CAPA] / loncom / build |
version 1.1, 2006/09/22 20:12:10 | version 1.2, 2006/09/22 20:49:51 |
---|---|
Line 76 close(TMPFILE); | Line 76 close(TMPFILE); |
# | # |
# Execute rug command to check for updates | # Execute rug command to check for updates |
if (open (PIPE, "$rug up -N en 2>&1 |")) { | if (open (PIPE, "$rug up -N 2>&1 |")) { |
my $output=<PIPE>; | my $output=<PIPE>; |
close(PIPE); | close(PIPE); |
chomp $output; | chomp $output; |