Skip to content

Commit

Permalink
Add the 'L' flag to the file copy command.
Browse files Browse the repository at this point in the history
Fixes #694.
  • Loading branch information
GeorgeGayno-NOAA committed Sep 12, 2022
1 parent 34ff043 commit cfc4ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit cfc4ca4

Please sign in to comment.