소스 검색

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" ;;


불러오는 중...
취소
저장