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 #!/bin/bash
###############################################################
######This script has to be executed in CLASS root folder######
###############################################################
option=$1 option=$1
case "$option" in case "$option" in
"-h" | "--help") "-h" | "--help")
...@@ -10,7 +8,6 @@ cat <<\_ACEOF ...@@ -10,7 +8,6 @@ cat <<\_ACEOF
############################################################### ###############################################################
############## configures and compiles CLASS V4.1 ############# ############## configures and compiles CLASS V4.1 #############
############################################################### ###############################################################
######This script has to be executed in CLASS root folder######
Usage: install.sh [VAR=VALUE] [OPTION] Usage: install.sh [VAR=VALUE] [OPTION]
Defaults for the options are specified in brackets. Defaults for the options are specified in brackets.
...@@ -287,7 +284,7 @@ if [ -z "$CLASS_PATH" ]; then ...@@ -287,7 +284,7 @@ if [ -z "$CLASS_PATH" ]; then
fi fi
if [ -f HOME/$SHELLPreference ] ; then if [ -f $HOME/$SHELLPreference ] ; then
SetEnvSucceed=true SetEnvSucceed=true
echo "" >>$HOME/$SHELLPreference echo "" >>$HOME/$SHELLPreference
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