diff options
Diffstat (limited to 'scripts/Dpkg/Source/Quilt.pm')
-rw-r--r-- | scripts/Dpkg/Source/Quilt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Source/Quilt.pm b/scripts/Dpkg/Source/Quilt.pm index 354d4e771..208b59795 100644 --- a/scripts/Dpkg/Source/Quilt.pm +++ b/scripts/Dpkg/Source/Quilt.pm @@ -375,7 +375,7 @@ sub restore_quilt_backup_files { copy($_, $target) or syserr(g_('failed to copy %s to %s'), $_, $target); chmod((stat(_))[2], $target) - or syserr(g_("unable to change permission of `%s'"), $target); + or syserr(g_("unable to change permission of '%s'"), $target); } } else { # empty files are "backups" for new files that patch created |