Fix udbParseLib.awk so it doesn't generate warnings with gawk.
authorDavid Cantrell <dcantrell@redhat.com>
Thu, 23 Aug 2012 19:52:06 +0000 (15:52 -0400)
committerJon Trulson <jon@radscan.com>
Fri, 24 Aug 2012 02:39:46 +0000 (20:39 -0600)
commit6300831c655185508b6f699072722f0ea6d5be34
tree8eefb096fa1efb9699bea485158b0b63fe61e086
parente9a031ac7a6a0ffd58d371e0201f68ebf1a271b2
Fix udbParseLib.awk so it doesn't generate warnings with gawk.

Tested this change with both gawk and nawk and it worked fine.  If
the extra escape character is present and gawk is used, you'll get
warnings from gawk telling you it's ignoring the escape sequence
and just treating it as the character to begin with.
cde/admin/IntegTools/dbTools/udbParseLib.awk