From 86a061a7d88bbbb735fe5223d129b8703689656e Mon Sep 17 00:00:00 2001 From: danielgehrig18 Date: Tue, 30 Oct 2018 10:48:56 +0100 Subject: [PATCH] replaced printf with echo --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 8f02a6f..dd8bf16 100644 --- a/Installation.md +++ b/Installation.md @@ -65,7 +65,7 @@ Build the `event_camera_simulator` node: Make an alias for your workspace so you can source it easily next time. - printf "#!/bin/bash\n\nsource ~/sim_ws/devel/setup.bash" >> ~/setupeventsim.sh + echo "source ~/sim_ws/devel/setup.bash" >> ~/setupeventsim.sh chmod +x ~/setupeventsim.sh In your `.bashrc` file, add the following line: