From 7c7df41a014183c1a7670a4d4b589a07b5381552 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 24 Jun 2023 15:26:28 -0500 Subject: [PATCH] Cleanup: Add quotes to testfile LD_LIBRARY_PATH assignment. Do this for consistency with the pattern of the rest of the testfile. --- level_3/fss_read/data/build/testfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_3/fss_read/data/build/testfile b/level_3/fss_read/data/build/testfile index 0d2a2d9..98f9126 100644 --- a/level_3/fss_read/data/build/testfile +++ b/level_3/fss_read/data/build/testfile @@ -170,7 +170,7 @@ ld_library_path: define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared:parameter:"work:value"libraries/shared' else - define LD_LIBRARY_PATH parameter:"build_path"libraries/shared + define LD_LIBRARY_PATH 'parameter:"build_path"libraries/shared' help: print -- 1.8.3.1