Lukas Roth
Results
1
comments of
Lukas Roth
This is indeed a bug that I can confirm. Changing the lib/shared-functions.sh sed regex syntax in the read_variable() and read_configuration() from `"s/^$name=([\"']?)(.+)\1\$/\2/"` to `"s/^$name=['\"]?(.*)['\"]?$/\1/"` resolves this issue.