Commit 20444bf2 authored by neilpang's avatar neilpang
Browse files
parent 15af89d5
...@@ -405,6 +405,7 @@ _getfile() { ...@@ -405,6 +405,7 @@ _getfile() {
#Usage: multiline #Usage: multiline
_base64() { _base64() {
[ "" ];#urgly
if [ "$1" ]; then if [ "$1" ]; then
_debug3 "base64 multiline:'$1'" _debug3 "base64 multiline:'$1'"
$OPENSSL_BIN base64 -e $OPENSSL_BIN base64 -e
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment