#!/bin/csh -f
# This file specifies that the fortran* executables in the build directory need to have execute permission on Unix
# The chmod to change permission will be done automatically during the ssw_upgrade procedure.
# 6-Nov-2019, Kim Tolbert

chmod 775 $SSW/packages/desat/fortran/build/fortran*
