8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7f68b1 + e0aaf4a commit 6d2350eCopy full SHA for 6d2350e
package.sh
@@ -64,7 +64,7 @@ mv _bootloaders bootloaders
64
65
#Patch title in platform.txt
66
sed -i "s/Arduino Mbed OS Boards/Arduino Mbed OS ${FLAVOUR^} Boards/g" platform.txt
67
-sed -i 's/9.9.9/$VERSION/g' platform.txt
+sed -i "s/9.9.9/$VERSION/g" platform.txt
68
69
BASE_FOLDER=`basename $PWD`
70
@@ -77,4 +77,4 @@ echo FILENAME=ArduinoCore-mbed-$VERSION.tar.bz2 > /tmp/env
77
else
78
echo FILENAME=ArduinoCore-mbed-$FLAVOUR-$VERSION.tar.bz2 > /tmp/env
79
fi
80
-cd -
+cd -
0 commit comments