Commit bbc7f6b
Platform/Ampere: Fix fw_ver.sh to avoid octal values
Update fw_ver.sh to run `date` with a minus after the % sign
to suppress the leading zero that's normally printed. This
prevents printf from interpreting the values as octal, which
was causing a failure when August (month 8) began.
Signed-off-by: Rebecca Cran <[email protected]>1 parent 865ed82 commit bbc7f6b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
0 commit comments