-
Matthias Vallentin authored
The script used a Bash built-in to store a multi-line string into a variable (read -d), which is not POSIX compliant. Fixed by using cat.
f7ab6611
The script used a Bash built-in to store a multi-line string into a variable (read -d), which is not POSIX compliant. Fixed by using cat.