mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
return rather than exit
This commit is contained in:
parent
79cd4d3ee8
commit
1236f04a97
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue