summaryrefslogtreecommitdiff
path: root/utils/git-testament.pl
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-07-09 20:16:27 +0200
committerOle Loots <ole@monochrom.net>2012-07-09 20:16:27 +0200
commit0107dba80d629bef8e95069e303c5459f6d6b369 (patch)
tree77c28dec80f0fd58d8f6b6f2796631b08db6432a /utils/git-testament.pl
parent6b367328af8deb6d5961f107da739cca8607c265 (diff)
parentea5a8ed771bd8f5dde7632820c7d42a6de435c2a (diff)
downloadnetsurf-0107dba80d629bef8e95069e303c5459f6d6b369.tar.gz
netsurf-0107dba80d629bef8e95069e303c5459f6d6b369.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
Diffstat (limited to 'utils/git-testament.pl')
-rw-r--r--utils/git-testament.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/git-testament.pl b/utils/git-testament.pl
index 5d1586bed..dc6301b50 100644
--- a/utils/git-testament.pl
+++ b/utils/git-testament.pl
@@ -103,6 +103,7 @@ my %userinfo; # The information about the current user
my $gecos = $pwent[6];
$gecos =~ s/,.+//g;
$gecos =~ s/"/'/g;
+ $gecos =~ s/\\/\\\\/g;
$userinfo{GECOS} = $gecos;
}