HomeSort by relevance Sort by last modified time
    Searched refs:BUG_AGGREGATE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/tools/
merge-to-branch.sh 163 [[ -n "$BUG_AGGREGATE" ]] && BUG_AGGREGATE="$BUG_AGGREGATE,"
164 BUG_AGGREGATE="$BUG_AGGREGATE$BUG"
167 if [ -n "$BUG_AGGREGATE" ] ; then
168 echo "BUG=$BUG_AGGREGATE" >> $COMMITMSG_FILE
  /external/v8/tools/
merge-to-branch.sh 150 [[ -n "$BUG_AGGREGATE" ]] && BUG_AGGREGATE="$BUG_AGGREGATE,"
151 BUG_AGGREGATE="$BUG_AGGREGATE$BUG"
154 if [ -n "$BUG_AGGREGATE" ] ; then
155 echo "BUG=$BUG_AGGREGATE" >> $COMMITMSG_FILE

Completed in 416 milliseconds