Skip to content

Commit b0cea51

Browse files
committed
#3060: make rtw file executable
1 parent 92bf187 commit b0cea51

File tree

1 file changed

+1
-0
lines changed
  • esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin

1 file changed

+1
-0
lines changed

esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin/install_cold.sh

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ mkdir "${TARGET_DIR}"
1616

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

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

0 commit comments

Comments
 (0)