Lines Matching refs:file
65 for file in `comm -12 $files1 $files2` ; do
66 echo "Comparing $file"
67 if diff -q $img1/$file $img2/$file > /dev/null ; then
68 identical+=( $file )
77 compfile="$compdir/$file"
78 compare $img1/$file $img2/$file $compfile
80 echo "=== $file
82 image::$branch1/$file[title=\"$file in $branch1\",align=\"center\",opts=\"inline\"]
84 image::$branch2/$file[title=\"$file in $branch2\",align=\"center\",opts=\"inline\"]
86 image::compare/$file[title=\"Comparison of branches\",align=\"center\",opts=\"inline\"]
100 for file in ${identical[@]} ; do
101 echo " * $file" >> $srcfile
110 for file in `comm -23 $files1 $files2` ; do
111 echo " * $file" >> $srcfile
120 for file in `comm -13 $files1 $files2` ; do
121 echo " * $file" >> $srcfile