Bug fix: Plugins using exiv2
[geeqie.git] / plugins / image-crop / geeqie-image-crop
index 09482ee..34760e1 100644 (file)
@@ -15,7 +15,7 @@ process_raw ()
                readarray -t split_list <<<"$list"
 
                array_length="${#split_list[@]}" 
-               exiv2 -ep"$array_length" "$1" --location "$tmpdir"
+               exiv2 --location "$tmpdir" -ep"$array_length" "$1"
 
                src_filename=$(ls "$tmpdir/")
                filename="${src_filename%.*}"