Skip to content
Snippets Groups Projects
Commit 281abc4f authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

add a forgeted dolar

git-svn-id: svn+ssh://svn.in2p3.fr/class@778 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 01f8fcee
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
###############################################################
######This script has to be executed in CLASS root folder######
###############################################################
option=$1
case "$option" in
"-h" | "--help")
......@@ -10,7 +8,6 @@ cat <<\_ACEOF
###############################################################
############## configures and compiles CLASS V4.1 #############
###############################################################
######This script has to be executed in CLASS root folder######
Usage: install.sh [VAR=VALUE] [OPTION]
Defaults for the options are specified in brackets.
......@@ -287,7 +284,7 @@ if [ -z "$CLASS_PATH" ]; then
fi
if [ -f HOME/$SHELLPreference ] ; then
if [ -f $HOME/$SHELLPreference ] ; then
SetEnvSucceed=true
echo "" >>$HOME/$SHELLPreference
echo "##################" >> $HOME/$SHELLPreference
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment