From 1cfc45b9dd37c563c65807d170a8a1a64fc12586 Mon Sep 17 00:00:00 2001 From: Thanassis Tsiodras Date: Fri, 31 Mar 2017 10:12:46 +0200 Subject: [PATCH] Proper bash variables (see https://goo.gl/qJsq7j ) --- c/build_script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/build_script.c b/c/build_script.c index 8a7d927..69d3096 100644 --- a/c/build_script.c +++ b/c/build_script.c @@ -47,7 +47,7 @@ void Create_script() "# If you need additional preprocessing, create a file named 'user_init_pre.sh'\n" "# and/or 'user_init_post.sh - They will never get overwritten.'\n\n" "# Inside these files you may set some environment variables:\n" - "# C_INCLUDE_PATH=/usr/include/xenomai/analogy/:$C_INCLUDE_PATH\n" + "# C_INCLUDE_PATH=/usr/include/xenomai/analogy/:${C_INCLUDE_PATH}\n" "# unset USE_POHIC \n\n" "CWD=$(pwd)\n\n" "if [ -t 0 ] ; then\n" -- GitLab