Bug #222091 - Filter out any instances of the \1 character from variable
authorZac Medico <zmedico@gentoo.org>
Mon, 1 Sep 2008 19:32:26 +0000 (19:32 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 1 Sep 2008 19:32:26 +0000 (19:32 -0000)
commitb5777ba47fa650a1f8be6f0c10f6dbcb9999e1a7
tree54503a6833bf0a230b086b52b959451e8ef78d91
parent9b976780c4017332572f1fd2d1ee735aae4b4950
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.

svn path=/main/trunk/; revision=11485
bin/filter-bash-environment.py