Commit e0aaf4a
authored
Correct quoting in command used to set platform.txt version value
Single quotes caused what was intended to be a reference to the VERSION variable to instead be a string, resulting in the value of the platform.txt version property being set to "$VERSION":
version=$VERSION1 parent e50ec8a commit e0aaf4a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
0 commit comments