Bug #222091 - Filter out any instances of the \1 character from variable
authorZac Medico <zmedico@gentoo.org>
Mon, 6 Oct 2008 17:17:32 +0000 (17:17 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 6 Oct 2008 17:17:32 +0000 (17:17 -0000)
commitd3a2694d8eebec222770969a35bb161705442225
treec88b65d150aaef83f0c96c4a0342ebfd8009a030
parent5e6a2f859c3729e3b9691f10628eebfb290b89d1
Bug #222091 - Filter out any instances of the \1 character from variable
values since this character multiplies each time that the environment
is saved (strange bash behavior). This can eventually result in
mysterious 'Argument list too long' errors from programs that have
huge strings of \1 characters in their environment. (trunk r11485)

svn path=/main/branches/2.1.4/; revision=11639
bin/filter-bash-environment.py