debian/changelog | 6 ++++++ debian/local/Failsafe/failsafeXinit | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit c1a8f47386b6442b9e3c7ba7690fdb7d6d4ddb88 Author: Bryce Harrington <br...@canonical.com> Date: Tue Nov 2 14:31:58 2010 -0700 Fix variable name escaping for debugging tarball filename diff --git a/debian/changelog b/debian/changelog index 7207b4e..8dd4974 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xorg (1:7.5+6ubuntu3) UNRELEASED; urgency=low + + * debian/local/Failsafe/failsafeXinit: + + Fix variable escaping so shows file name for debugging tarball + (LP: #596819) + xorg (1:7.5+6ubuntu3) maverick; urgency=low [ Bryce Harrington ] diff --git a/debian/local/Failsafe/failsafeXinit b/debian/local/Failsafe/failsafeXinit index 7378437..8aff5d7 100755 --- a/debian/local/Failsafe/failsafeXinit +++ b/debian/local/Failsafe/failsafeXinit @@ -174,7 +174,7 @@ save_config_logs() { tar -cf ${xorg_backup_file} ${xorg_backup_dir} rm -rf ${xorg_backup_dir} - zenity --info --text "$(eval_gettext 'Relevant configuration and log files have been saved to:\n')"\$xorg_backup_file"\n$(gettext 'Bug reports can be submitted at http://www.launchpad.net/ubuntu/.\n')" + zenity --info --text "$(eval_gettext 'Relevant configuration and log files have been saved to:\n')"$xorg_backup_file"\n$(gettext 'Bug reports can be submitted at http://www.launchpad.net/ubuntu/.\n')" } # Scan Xorg.0.log for errors -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdosl-0004gx...@alioth.debian.org