small fix for KHOMP_updater.pl script

git-svn-id: svn://192.168.202.10@3427 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2021-04-21 22:07:13 +00:00
parent ef9c36072e
commit 160744cf78
@@ -244,6 +244,7 @@ $khomp_rslt->finish();
if ($DBX) {foreach (@khomps_array) {print "$_\n";}}
my $new_khomps_str = join ' => \r\n', @new_khomps;
if ($new_khomps_str!~/\s\=\>\s$/) {$new_khomps_str.=" => ";}
$container_entry.="\r\n$new_khomps_str";
$container_entry=~s/\\r\\n/\r\n/gi;