From 0cfeaa6ca3db957978e251a2c3005c1866b692b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20K=C3=B6hler?= Date: Mon, 18 Dec 2023 14:19:50 +0100 Subject: [PATCH] Backslash-escape shell variable --- _build/images/bag2/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/images/bag2/scripts/install.sh b/_build/images/bag2/scripts/install.sh index 5c66496c..82750c06 100644 --- a/_build/images/bag2/scripts/install.sh +++ b/_build/images/bag2/scripts/install.sh @@ -21,5 +21,5 @@ export BAG_SRC_DIR="$BAG2_INSTALL_DIR" export BAG_GENERATOR_ROOT=/foss/designs/bag2 export BAG_RUN_DIR=/foss/designs/bag2/BAG2_run_dir -source $BAG_SRC_DIR/sourceme.sh +source \$BAG_SRC_DIR/sourceme.sh EOF