Typo.
This commit is contained in:
parent
af4694e7d1
commit
8fc6320417
@ -220,7 +220,7 @@ do
|
||||
then
|
||||
case "$(printf '%s' ${F##*.} | tr '[:upper:]' '[:lower:]')" in
|
||||
jpg|jpeg|png|gif) add_image "$F" ;;
|
||||
cr2|dng|nef) extract_raw "$F" && \
|
||||
cr2|dng|nef) convert_raw "$F" && \
|
||||
add_image "${F%%.*}_preview.jpg" ;;
|
||||
*) console "Ignoring: $F" ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user