summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index 228af58f..a47e12e5 100755
--- a/urpmi
+++ b/urpmi
@@ -259,6 +259,7 @@ my @sources = $urpm->upload_source_packages($local_sources, $list, 'force_local'
if ($X) {
my $ok = _("Ok");
my $cancel = _("Cancel");
+ $msg =~ s/"/\\"/g;
`gmessage -default $ok -buttons "$ok:0,$cancel:2" "$msg"`;
!$?;
} else {