From cfc4ca4b953d38208553bd85c3c8113ba072271b Mon Sep 17 00:00:00 2001 From: George Gayno Date: Mon, 12 Sep 2022 12:37:14 -0500 Subject: [PATCH] Add the 'L' flag to the file copy command. Fixes #694. --- sorc/link_fixdirs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorc/link_fixdirs.sh b/sorc/link_fixdirs.sh index a35c00765..d80f9a49c 100755 --- a/sorc/link_fixdirs.sh +++ b/sorc/link_fixdirs.sh @@ -28,7 +28,7 @@ fi LINK="ln -fs" SLINK="ln -fs" -[[ $RUN_ENVIR = nco ]] && LINK="cp -rp" +[[ $RUN_ENVIR = nco ]] && LINK="cp -rpL" pwd=$(pwd -P)