Skip to content

Commit

Permalink
quote b64
Browse files Browse the repository at this point in the history
  • Loading branch information
joknarf committed Oct 8, 2024
1 parent 23d1a9e commit cda3654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thefly
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function _fpackage_zfx
typeset b64opt
echo ok |base64 -w0 >/dev/null 2>&1 && b64opt='-w0'
cat - <<EOF
$(_fxpretar) base64 -d <<<$(_fpackage |base64 $b64opt) |$(_fxpackage)
$(_fxpretar) base64 -d <<<'$(_fpackage |base64 $b64opt)' |$(_fxpackage)
EOF

}
Expand Down

0 comments on commit cda3654

Please sign in to comment.