return rather than exit

This commit is contained in:
Kovid Goyal 2025-11-24 11:29:17 +05:30
parent 79cd4d3ee8
commit 1236f04a97
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -189,7 +189,7 @@ features of the graphics protocol:
base64_flag="-b"
else
echo "Unknown base64 command: cannot set line width" >&2
exit 1
return 1
fi
first="y"
command base64 "$base64_flag" 4096 "$1" | while IFS= read -r chunk; do