Skip to content

Commit 15ae173

Browse files
DhruvaG2000szczys
andauthored
install.sh: add echo -e before linking
Co-authored-by: Mike Szczys <szczys@users.noreply.github.com>
1 parent 6aee693 commit 15ae173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "Commenting out WCharacter.h because it fails to build properly"
1212
sed '/WCharacter.h/ s/./\/\/ &/' ~/.ArduinoCore-API/api/ArduinoAPI.h > ~/.ArduinoCore-API/api/tmpArduinoAPI.h
1313
mv ~/.ArduinoCore-API/api/tmpArduinoAPI.h ~/.ArduinoCore-API/api/ArduinoAPI.h
1414

15-
echo "\n\nLinking..."
15+
echo -e "\n\nLinking..."
1616
ln -sf ~/.ArduinoCore-API/api ~/zephyrproject/modules/lib/Arduino-Zephyr-API/cores/arduino/.
1717

1818
echo "\nModule Successfully installed..."

0 commit comments

Comments
 (0)