From 8e1015f64e454c5cc8c9ee985404968efe8703e0 Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Thu, 20 Sep 2018 16:50:43 +0500 Subject: [PATCH] image_builder: unused tee --- image_builder/scripts/ros_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_builder/scripts/ros_install.sh b/image_builder/scripts/ros_install.sh index 8cf5ac62..da9a6eb1 100755 --- a/image_builder/scripts/ros_install.sh +++ b/image_builder/scripts/ros_install.sh @@ -131,7 +131,7 @@ echo_stamp "#13 Change permissions for catkin_ws" chown -Rf pi:pi /home/pi/catkin_ws echo_stamp "#14 Setup ROS environment" -cat < /dev/null +cat << EOF >> /home/pi/.bashrc LANG='C.UTF-8' LC_ALL='C.UTF-8' ROS_DISTRO='kinetic'