Skip to content

Commit

Permalink
Removes a warning
Browse files Browse the repository at this point in the history
Loading the environment still makes sense, don't warn if it happens
several times.
  • Loading branch information
remram44 committed Feb 24, 2015
1 parent 1ef0463 commit fa0ad1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMake/cdat_modules_extra/setup_runtime.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ function cleanup {
# which can lead to errors.
if [ -n "${UVCDAT_SETUP_PATH}" ] ; then
if [ "${UVCDAT_SETUP_PATH}" = "${install_prefix}" ] ; then
echo "WARNING: UVCDAT setup already sourced for this install location." 1>&2
echo "WARNING: You shouldn't source setup_runtime anymore." 1>&2
cleanup
return 0
else
Expand Down

0 comments on commit fa0ad1b

Please sign in to comment.