You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Fix for logic that removes trailing spaces from code.
This commit is contained in:
@@ -224,7 +224,7 @@ if (!$bMatch)
|
||||
####################################################################################################################################
|
||||
my $hVersion;
|
||||
|
||||
if (-e './test.pl' && -e '../bin/pg_backrest.pl' && open($hVersion, '<', '../VERSION'))
|
||||
if (-e './test.pl' && -e '../bin/pg_backrest' && open($hVersion, '<', '../VERSION'))
|
||||
{
|
||||
my $strTestVersion = readline($hVersion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user