Skip to content

Commit

Permalink
no need to add cms_base/bin in path any more
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 15, 2019
1 parent 1595220 commit 114d7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmsset_default.csh
@@ -1,8 +1,8 @@
set cms_basedir=@CMS_PREFIX@
if (${?PATH}) then
setenv PATH ${cms_basedir}/common:${cms_basedir}/bin:$PATH
setenv PATH ${cms_basedir}/common:$PATH
else
setenv PATH ${cms_basedir}/common:${cms_basedir}/bin
setenv PATH ${cms_basedir}/common
endif

set here=${cms_basedir}
Expand Down
2 changes: 1 addition & 1 deletion cmsset_default.sh
@@ -1,6 +1,6 @@
cms_basedir=@CMS_PREFIX@
here=${cms_basedir}
export PATH=${cms_basedir}/common:${cms_basedir}/bin:$PATH
export PATH=${cms_basedir}/common:$PATH

if [ "$VO_CMS_SW_DIR" != "" ]
then
Expand Down

0 comments on commit 114d7c7

Please sign in to comment.