gpuconfig/rc_gpu.S: fix rc_gpu.S script syntax error

Signed-off-by: Damiano Pinarello <damiano.pinarello@bticino.com>
(cherry picked from commit ed9e0f1a02)
This commit is contained in:
Damiano Pinarello 2023-05-25 12:07:40 +02:00 committed by Valentin Jec
parent c0d16b9a5e
commit adf10abfb6

View File

@ -11,7 +11,7 @@ then
then
rm -f $FILEVG
fi
f [ -e $FILEVGLIB ]
if [ -e $FILEVGLIB ]
then
rm -f $FILEVGLIB
fi