From 4c11bed4afa9b1c21f4aca922addcbb1ec5a6296 Mon Sep 17 00:00:00 2001 From: Rafael M Mudafort Date: Mon, 19 Nov 2018 10:48:24 -0700 Subject: [PATCH] Install Script: Add return carriages to the PATH --- glue-codes/kitefast/kitefast_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glue-codes/kitefast/kitefast_build.sh b/glue-codes/kitefast/kitefast_build.sh index 0da6b6c15..7a4e3e92e 100644 --- a/glue-codes/kitefast/kitefast_build.sh +++ b/glue-codes/kitefast/kitefast_build.sh @@ -108,7 +108,7 @@ cd .. # move back to mbdyn sudo make install # install everything # add the mbdyn installation directory to your .bashrc -echo 'PATH="/usr/local/mbdyn/bin:$PATH"' >> ~/.bashrc +echo -e '\nPATH="/usr/local/mbdyn/bin:$PATH"\n' >> ~/.bashrc source ~/.bashrc ### optional