Index: trunk/util/devhelpers/awk_on_formats.sh =================================================================== --- trunk/util/devhelpers/awk_on_formats.sh (revision 36328) +++ trunk/util/devhelpers/awk_on_formats.sh (revision 36329) @@ -25,7 +25,7 @@ mode = 1 plugin=$n sub(".*/", "", plugin) - sub("\.pup", "", plugin) + sub("[.]pup", "", plugin) fmt = plugin sub("io_", "", fmt) sub("import_", "", fmt)