Commit Graph
2 Commits
Author SHA1 Message Date
bob 37c866054a Fix regex for key-value-pair
First group was a greedy match for the key, followed by a greedy match
for the whitespace up to the '='. This caused the white space to become
a suffix of the key... Solved by making it a non-greedy match.
2024-03-27 17:07:30 +01:00
bob 6e0c828404 added real_path function; bumped version to 1.1 2020-08-23 17:21:19 +02:00