STYLE: remove tabs and trailing space from new scripts

This commit is contained in:
Mark Olesen 2010-07-02 09:14:10 +02:00
parent 5810f991d7
commit 266c4c61da
3 changed files with 23 additions and 24 deletions

View File

@ -99,10 +99,9 @@ done
# Replace the WM_MPLIB always
echo "Replacing WM_MPLIB setting by SYSTEMOPENMPI"
sed -i -e '/^[^#]/s@: ${WM_MPLIB:=.*}@WM_MPLIB=SYSTEMOPENMPI@' etc/bashrc
# Replace the compilerInstall always
echo "Replacing compilerInstall setting by system"
sed -i -e '/^[^#]/s@: ${compilerInstall:=.*}@compilerInstall=system@' etc/settings.sh
#------------------------------------------------------------------------------