summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-09 18:16:29 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-09 18:16:29 +0000
commit3189f5d5f56c38e7daa24fcb8ec2d0c858f1acc9 (patch)
tree6983db6df648e27c583850e04c4b6d0e94bae4a1 /urpmi
parent0130f5d402e27dc0c91390065aaba3baf6c5d151 (diff)
downloadurpmi-3189f5d5f56c38e7daa24fcb8ec2d0c858f1acc9.tar
urpmi-3189f5d5f56c38e7daa24fcb8ec2d0c858f1acc9.tar.gz
urpmi-3189f5d5f56c38e7daa24fcb8ec2d0c858f1acc9.tar.bz2
urpmi-3189f5d5f56c38e7daa24fcb8ec2d0c858f1acc9.tar.xz
urpmi-3189f5d5f56c38e7daa24fcb8ec2d0c858f1acc9.zip
exit if user cancels "save file"
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index 88507f35..6419a793 100755
--- a/urpmi
+++ b/urpmi
@@ -277,6 +277,7 @@ What would you like to do?", $src_files[0]),
if (!$? && $msg) {
exec 'mv', '-f', $src_files[0], $location;
}
+ exit(1);
}
}