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