diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-18 16:13:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-18 16:13:37 +0000 |
commit | ba5cdf3c84f52dfb6141f61e9134be5fbd2df325 (patch) | |
tree | 444ba51f3dabb163fadbccc431b037a577679c0b | |
parent | 7d1cf81232189bd1a726842b2947145294e8ce56 (diff) | |
download | urpmi-ba5cdf3c84f52dfb6141f61e9134be5fbd2df325.tar urpmi-ba5cdf3c84f52dfb6141f61e9134be5fbd2df325.tar.gz urpmi-ba5cdf3c84f52dfb6141f61e9134be5fbd2df325.tar.bz2 urpmi-ba5cdf3c84f52dfb6141f61e9134be5fbd2df325.tar.xz urpmi-ba5cdf3c84f52dfb6141f61e9134be5fbd2df325.zip |
escape ``"'' in message to gmessage
-rwxr-xr-x | urpmi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |