Skip to content

Commit

Permalink
#3060: make rtw file executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-tgeddes committed Mar 13, 2023
1 parent 92bf187 commit b0cea51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ mkdir "${TARGET_DIR}"

# Copy the environment file to the 'bin' directory.
cp "${SOURCE_PATH}" "${TARGET_DIR}/${ENV_FILE}"
chmod u+x "${TARGET_DIR}/${ENV_FILE}"

# Remove the ESMValTool and ESMValCore directories, if they exist.
if [[ -d ${ESMVALTOOL_DIR} ]]; then
Expand Down

0 comments on commit b0cea51

Please sign in to comment.