diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-12-05 16:27:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-12-05 16:27:36 +0000 |
commit | 1a26f8e97d214ae49dda536b8b27a3175e174fae (patch) | |
tree | bdbe12f305d87f53dafe73406df58e9feb5a4d1b /urpmi.update | |
parent | c1314b9fdbea88d3d2e2f53fa3344f996e663d8c (diff) | |
download | urpmi-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-x | urpmi.update | 2 |
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); } |