From 1a26f8e97d214ae49dda536b8b27a3175e174fae Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 5 Dec 2007 16:27:36 +0000 Subject: fix typo in previous commit --- urpmi.update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.1