Home
last modified time | relevance | path

Searched refs:CURRENT_REV (Results 1 – 1 of 1) sorted by relevance

/external/libcups/
Dupdate_libcups.sh17 CURRENT_REV=$(cat libcups_version)
18 echo "Current rev is $CURRENT_REV"
36 if [ "$CURRENT_REV" == "$NEW_REV" ] ; then
38 echo ">>> Rev $CURRENT_REV is already the newest stable rev"
41 echo "== create diff in between rev $CURRENT_REV and rev $NEW_REV =="
43 git diff $CURRENT_REV $NEW_REV -- cups/ filter/ LICENSE.txt > $TMP_DIFF
69 echo ">>> Updated libcups from $CURRENT_REV to $NEW_REV"