summaryrefslogtreecommitdiffstats
path: root/autoirpm.update
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-07-19 15:26:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-07-19 15:26:21 +0000
commit3db6751d5feeb36a4667e7258aae147060aeb45f (patch)
treea1840053ba0617b305d316aed2d8d5365104a59a /autoirpm.update
parent852996323a2e05bd9fe27efbeb52352e9957b001 (diff)
downloadurpmi-3db6751d5feeb36a4667e7258aae147060aeb45f.tar
urpmi-3db6751d5feeb36a4667e7258aae147060aeb45f.tar.gz
urpmi-3db6751d5feeb36a4667e7258aae147060aeb45f.tar.bz2
urpmi-3db6751d5feeb36a4667e7258aae147060aeb45f.tar.xz
urpmi-3db6751d5feeb36a4667e7258aae147060aeb45f.zip
no_comment
Diffstat (limited to 'autoirpm.update')
-rw-r--r--autoirpm.update2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoirpm.update b/autoirpm.update
index 765aea6f..74aea982 100644
--- a/autoirpm.update
+++ b/autoirpm.update
@@ -7,7 +7,7 @@ $BASE2 = "$DIR2/autoirpm";
$AUTO_INSTALL_BIN_LIST = "$BASE.binaries";
$INSTALL_SCRIPT_REP = "$BASE.scripts";
-system("bzip2 -dc $DIR/hdlist*.cz2 2>/dev/null | autoirpm.update-all $BASE2.allow $BASE2.deny - > $AUTO_INSTALL_BIN_LIST");
+system("bzip2 -dcq $DIR/hdlist*.cz2 | autoirpm.update-all $BASE2.allow $BASE2.deny - > $AUTO_INSTALL_BIN_LIST");
$? == 0 or die "autoirpm.upgrade-all failed\n";
open F, $AUTO_INSTALL_BIN_LIST or die;