File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 # For tests there is no real HW: use simulated LCD mode
4141 # Check if theme is for 5"
4242 orientation=$(grep 'DISPLAY_SIZE' $dir/theme.yaml | sed 's/ //g')
43- if [ $orientation == "DISPLAY_SIZE:5\"" ]; then
43+ if [ " $orientation" == "DISPLAY_SIZE:5\"" ]; then
4444 sed -i "/REVISION:/c\ REVISION : SIMU5" config.yaml
4545 else
4646 sed -i "/REVISION:/c\ REVISION : SIMU" config.yaml
Original file line number Diff line number Diff line change 5454 # For tests there is no real HW: use simulated LCD mode
5555 # Check if theme is for 5"
5656 orientation=$(grep 'DISPLAY_SIZE' $dir/theme.yaml | sed 's/ //g')
57- if [ $orientation == "DISPLAY_SIZE:5\"" ]; then
57+ if [ " $orientation" == "DISPLAY_SIZE:5\"" ]; then
5858 sed -i "/REVISION:/c\ REVISION : SIMU5" config.yaml
5959 else
6060 sed -i "/REVISION:/c\ REVISION : SIMU" config.yaml
You can’t perform that action at this time.
0 commit comments