commit | 7f6e8082121dbcfbbd3157334de6d7a6e0f5bb0f | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Wed Apr 03 13:48:09 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Wed Apr 03 13:48:09 2019 +0100 |
tree | 22817ebce75e0b03962f8394c5888a472f78a08b | |
parent | b4d8fab27e1e12cb95edfa1e8bc22845ce31c835 [diff] [blame] |
Remove uninitialized variable error in baremetal.sh
diff --git a/scripts/baremetal.sh b/scripts/baremetal.sh index 8024617..9ab40aa 100755 --- a/scripts/baremetal.sh +++ b/scripts/baremetal.sh
@@ -264,6 +264,7 @@ echo "Done" # Extract callgraphs from source files directly + RAM_CALLGRAPH_OUT="" if [ -x "$(command -v cflow)" ]; then RAM_CALLGRAPH_OUT="ram_cflow__${date}__$NAME" cflow library/*.c > $RAM_CALLGRAPH_OUT 2> /dev/null