Changes between Version 17 and Version 18 of buildroot


Ignore:
Timestamp:
12/23/2019 06:22:50 PM (4 years ago)
Author:
Cale Collins
Comment:

fixed syntax error

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v17 v18  
    428428function get_update_part
    429429{
    430         CURRENT_PART="${CURRENT_ROOT: -/dev/mmcblk0p2}"
     430        CURRENT_PART="${CURRENT_ROOT:-/dev/mmcblk0p2}"
    431431        if [ $CURRENT_PART = "/dev/mmcblk0p2" ]; then
    432432                UPDATE_PART="3";