Blame test/backgsub.awk

Packit 575503
{
Packit 575503
        gsub( "\\\\", "\\\\")
Packit 575503
        print
Packit 575503
}