We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b3515 commit 3821093Copy full SHA for 3821093
hdlcc/builders/ghdl.py
@@ -90,7 +90,7 @@ def _makeRecords(self, line):
90
def _checkEnvironment(self):
91
stdout = self._subprocessRunner(['ghdl', '--version'])
92
self._version = \
93
- re.findall(r"(?<=GHDL)\s+([\w\.]+)\s+", \
+ re.findall(r"(?<=GHDL)\s+([^\s]+)\s+", \
94
stdout[0])[0]
95
self._logger.info("GHDL version string: '%s'. " + \
96
"Version number is '%s'", \
0 commit comments