浏览代码

Fix missing quote in key-handler from commit 5c607ad

master
Bert Münnich 8 年前
父节点
当前提交
ba4b84a8b1
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      Makefile
  2. +1
    -1
      exec/key-handler

+ 1
- 1
Makefile 查看文件

@@ -1,4 +1,4 @@
VERSION := git-20170107
VERSION := git-20170213

PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man


+ 1
- 1
exec/key-handler 查看文件

@@ -18,7 +18,7 @@ readonly TMPFILE="/tmp/sxiv.$$"

rotate() {
degree="$1"
tr '\n' \0' | xargs -0 realpath | sort | uniq | while read file; do
tr '\n' '\0' | xargs -0 realpath | sort | uniq | while read file; do
case "$(file -b -i "$file")" in
image/jpeg*) jpegtran -rotate "$degree" -copy all -outfile "$file" "$file" ;;
*) mogrify -rotate "$degree" "$file" ;;


||||||
x
 
000:0
正在加载...
取消
保存