Home | History | Annotate | Download | only in devtools

Lines Matching full:dstf

78     dstf="$JAR_TMP_DIR/$tmpf"
79 cp "$i" "$dstf"
86 local i tmpf dstf tmp_hash local_hash
89 dstf="$JAR_TMP_DIR/$tmpf"
90 tmp_hash=`get_hash $dstf`
94 $DRY cp "$dstf" "$i"
106 local i j tmpf dstf keep
109 dstf="$JAR_TMP_DIR/$tmpf"
110 if ! diff -q $dstf $i 1>/dev/null ; then
121 $DRY cp "$dstf" "$i"