summaryrefslogtreecommitdiffstats
path: root/urpmi.update
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-12-05 16:27:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-12-05 16:27:36 +0000
commit1a26f8e97d214ae49dda536b8b27a3175e174fae (patch)
treebdbe12f305d87f53dafe73406df58e9feb5a4d1b /urpmi.update
parentc1314b9fdbea88d3d2e2f53fa3344f996e663d8c (diff)
downloadurpmi-1a26f8e97d214ae49dda536b8b27a3175e174fae.tar
urpmi-1a26f8e97d214ae49dda536b8b27a3175e174fae.tar.gz
urpmi-1a26f8e97d214ae49dda536b8b27a3175e174fae.tar.bz2
urpmi-1a26f8e97d214ae49dda536b8b27a3175e174fae.tar.xz
urpmi-1a26f8e97d214ae49dda536b8b27a3175e174fae.zip
fix typo in previous commit
Diffstat (limited to 'urpmi.update')
-rwxr-xr-xurpmi.update2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.update b/urpmi.update
index 9de870e2..ad9d7e01 100755
--- a/urpmi.update
+++ b/urpmi.update
@@ -106,5 +106,5 @@ if (defined $options{ignore}) {
callback => \&urpm::download::sync_logger);
#- try to umount removable device which may have been mounted.
urpm::removable::try_umounting_removables($urpm);
- exit $ok ? 0 : 1;
+ exit($ok ? 0 : 1);
}