Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Feb 5, 2015
1 parent 0d0b433 commit 78ec3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/cdat_modules_extra/setup_runtime.csh.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# UVCDAT_INSTALL_PREFIX

setenv UVCDAT_PROMPT_STRING @UVCDAT_PROMPT_STRING@
if ( $?UVCDAT_PROMPT_BEGINING ) then
if ( $?UVCDAT_PROMPT_BEGINNING ) then
set prompt = "[@UVCDAT_PROMPT_STRING@]${prompt}"
endif
if ( $?UVCDAT_PROMPT_END ) then
Expand Down
2 changes: 1 addition & 1 deletion CMake/cdat_modules_extra/setup_runtime.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python_paths=( @SETUP_PYTHON_PATHS@ )
executable_paths=( @SETUP_EXECUTABLE_PATHS@ )

export UVCDAT_PROMPT_STRING=@UVCDAT_PROMPT_STRING@
if [ "$UVCDAT_ENABLE_PROMPT_BEGINING" ] ; then
if [ "$UVCDAT_ENABLE_PROMPT_BEGINNING" ] ; then
export PS1="[@UVCDAT_PROMPT_STRING@]$PS1"
fi
if [ "$UVCDAT_ENABLE_PROMPT_END" ] ; then
Expand Down

0 comments on commit 78ec3bf

Please sign in to comment.