File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
API_FOLDER=~ /.ArduinoCore-API
4
4
if [ ! -d " $API_FOLDER " ] ; then
5
- echo " Cloning ArduinoCore API in" $API_FOLDER
5
+ printf ' %s\n ' " Cloning ArduinoCore API in $API_FOLDER "
6
6
git clone git@github.com:arduino/ArduinoCore-API ~ /.ArduinoCore-API
7
7
else
8
- echo " API Folder already exists, skipping clone..."
8
+ printf ' %s\n ' " API Folder already exists, skipping clone..."
9
9
fi
10
10
11
- echo " Commenting out WCharacter.h because it fails to build properly"
11
+ printf ' %s\n ' " Commenting out WCharacter.h because it fails to build properly"
12
12
sed ' /WCharacter.h/ s/./\/\/ &/' ~ /.ArduinoCore-API/api/ArduinoAPI.h > ~ /.ArduinoCore-API/api/tmpArduinoAPI.h
13
13
mv ~ /.ArduinoCore-API/api/tmpArduinoAPI.h ~ /.ArduinoCore-API/api/ArduinoAPI.h
14
14
15
- echo -e " \n\nLinking ..."
15
+ printf ' %s\n ' " Linking ..."
16
16
ln -sf ~ /.ArduinoCore-API/api cores/arduino/.
17
17
18
- echo -e " \nModule Successfully installed ..."
18
+ printf ' %s\n ' " Module Successfully setup ..."
You can’t perform that action at this time.
0 commit comments