Hi Rainer,

Rainer M Krug wrote:
>> I get the following tangled output
>> 
>> --8<---------------cut here---------------start------------->8---
>> 
>> REV=$(cat <<'BABEL_TABLE'
>> master
>> BABEL_TABLE
>> )
>> STATE=$(cat <<'BABEL_TABLE'
>> edited
>> BABEL_TABLE
>> )
>>   rm -rf ./R
>>   rm -f ./spreadSim.sub
>>   REVISION=$REV.$STATE
>>   tar -xf nsa.$REVISION.tar.gz
>>   $HOME/R/R/R-2.12.0/bin/Rscript --vanilla -e
>> "source('./R/generateLatinHypercubeScenarios.R'); doIt()"
>>   for SCENARIO in ./R/scenarios/*.R; do
>>     export SCENARIO=${SCENARIO#./R/scenarios/}
>>     qsub nsa.sub
>>   done
>> --8<---------------cut here---------------end--------------->8---
>> 
>> Which looks right to me.  Could it be something specific about your
>> setup which is causing this issue?
>
> Sorry - I did not relize that the way the variables are inserted has
> changed - I should have tried the script before asking. It works fine.

For my own understanding, could you explicit what you consider as changed in
the way the variables are inserted?

Best regards,
  Seb

-- 
Sébastien Vauban


Reply via email to