diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 29cc27b4b..e9765b02e 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -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