# | Line 180 | Line 180 | source %{instroot}/$CMSARCH/${srbase}/et | |
---|---|---|
180 | # running (i686 or x84_64) scram detects it as ia32. | |
181 | CMSPLAT=`echo $CMSARCH | cut -d_ -f 2` | |
182 | USE_LINUX32= | |
183 | < | if [ `uname` = Linux]; then |
183 | > | if [ `uname` == Linux ]; then |
184 | if [ "$CMSPLAT" = "ia32" ] | |
185 | then | |
186 | USE_LINUX32=linux32 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |