We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54556e3 commit a61196dCopy full SHA for a61196d
1 file changed
func/main.sh
@@ -255,6 +255,7 @@ parse_object_kv_list() {
255
256
str=${@//$'\n'/ }
257
str=${str//\"/\\\"}
258
+ str=${str//$/\\$}
259
IFS=$'\n'
260
261
suboutput=$(setpriv --init-groups --reuid nobody --regid nogroup bash -c "PS4=''; set -xe; eval \"${str}\"" 2>&1)
0 commit comments