From 160744cf78be4847f666925d7076ea24ad039bc1 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 21 Apr 2021 22:07:13 +0000 Subject: [PATCH] small fix for KHOMP_updater.pl script git-svn-id: svn://192.168.202.10@3427 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/extras/KHOMP/KHOMP_updater.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/agc_2-X/trunk/extras/KHOMP/KHOMP_updater.pl b/agc_2-X/trunk/extras/KHOMP/KHOMP_updater.pl index dc9a147b..e1242494 100644 --- a/agc_2-X/trunk/extras/KHOMP/KHOMP_updater.pl +++ b/agc_2-X/trunk/extras/KHOMP/KHOMP_updater.pl @@ -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;