From 281abc4f1d1334b52dfb5bafcc246e199aed55fc Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Thu, 17 Sep 2015 12:48:26 +0000 Subject: [PATCH] add a forgeted dolar git-svn-id: svn+ssh://svn.in2p3.fr/class@778 0e7d625b-0364-4367-a6be-d5be4a48d228 --- Utils/trunk/install.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Utils/trunk/install.sh b/Utils/trunk/install.sh index 0634cc1fb..5636724cf 100755 --- a/Utils/trunk/install.sh +++ b/Utils/trunk/install.sh @@ -1,7 +1,5 @@ #!/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 -- GitLab