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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user