ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/cms-env.spec
(Generate patch)

Comparing COMP/CMSDIST/cms-env.spec (file contents):
Revision 1.12 by eulisse, Fri Jul 14 17:14:59 2006 UTC vs.
Revision 1.13 by eulisse, Sun Jul 16 18:46:10 2006 UTC

# Line 42 | Line 42 | else
42      fi
43   fi
44  
45 < [ -d $here/${SCRAM_ARCH}/etc/profile.d ] || {echo "Your shell is not able to find where cmsset_default.sh is. Either cd into the directory where it is or move to zsh".; exit 1}
45 > if [ -d $here/${SCRAM_ARCH}/etc/profile.d ]
46 > then
47 >    echo "Your shell is not able to find where cmsset_default.sh is. Either cd into the directory where it is or move to zsh"
48 >    exit 1
49 > fi
50  
51   for pkg in `ls $here/${SCRAM_ARCH}/etc/profile.d/ | grep -e'^S.*[.]sh'`
52   do

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines