> diff --git a/exec/key-handler b/exec/key-handler
> index 03d7499..439ab2e 100644
> --- a/exec/key-handler
> +++ b/exec/key-handler
> @@ -18,7 +18,7 @@ readonly TMPFILE="/tmp/sxiv.$$"
>  
>  rotate() {
>       degree="$1"
> -     while read file; do
> +     tr '\n' \0' | xargs -0 realpath | sort | uniq | while read

Isn't there a missing ' here?

Reply via email to