Changeset cc40af4 in mainline for tools/grub/grub-update.sh


Ignore:
Timestamp:
2017-11-27T21:03:02Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9fb09da
Parents:
07a70800
Message:

Convert grub-update.sh script to using git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/grub/grub-update.sh

    r07a70800 rcc40af4  
    5959        rm -f "$helenosdir"/boot/"$gdir"/"$platform"/*.image || exit 1
    6060        rm -f "$helenosdir"/boot/"$gdir"/"$platform"/*.module || exit 1
    61         bzr add "$helenosdir"/boot/"$gdir"/"$platform" || exit 1
     61        git add "$helenosdir"/boot/"$gdir"/"$platform" || exit 1
    6262}
    6363
Note: See TracChangeset for help on using the changeset viewer.