Skip to content

Commit

Permalink
fix: typo in _parseFeaturesHeaderFile
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdreyer authored and cweiske committed Apr 19, 2023
1 parent 2dd01ca commit ce66735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OS/Guess.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ function _readGlibCVersionFromFeaturesHeaderFile()
return array();
}
if (!@file_exists('/usr/bin/cpp') || !@is_executable('/usr/bin/cpp')) {
return $this-_parseFeaturesHeaderFile($features_header_file);
return $this->_parseFeaturesHeaderFile($features_header_file);
} // no cpp

return $this->_fromGlibCTest();
Expand Down

0 comments on commit ce66735

Please sign in to comment.