diff --git a/dist/tools/openocd/openocd.sh b/dist/tools/openocd/openocd.sh index ba50e5b1cd56e2075a116edeb99c88a518d2fb88..3aaadfe37015002897a8a4e33a915212eb080bf5 100755 --- a/dist/tools/openocd/openocd.sh +++ b/dist/tools/openocd/openocd.sh @@ -170,7 +170,14 @@ _split_banks() { # name nrf51 base 0 size 0 bus_width 1 chip_width 1 # name nrf51 base 268439552 size 0 bus_width 1 chip_width 1 - sed -n '/^{.*}$/ {s/\} /\}\n/g;s/[{}]//g;p}' + # The following command needs specific osx handling (non gnu): + # * Same commands for a pattern should be on different lines + sed -n ' + /^{.*}$/ { + s/\} /\}\n/g + s/[{}]//g + p + }' } # Outputs bank info on different lines without the '{}'