Skip to content

Commit

Permalink
fortran-2.eclass: Unset variable in global scope after usage
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Dec 28, 2015
1 parent 0897e37 commit 174a47e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/fortran-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ for _f_use in ${FORTRAN_NEEDED}; do
;;
esac
done
unset _f_use

# @FUNCTION: fortran_int64_abi_fflags
# @DESCRIPTION: Return the Fortran compiler flag to enable 64 bit integers for
Expand Down

0 comments on commit 174a47e

Please sign in to comment.