From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: [BABEL][BUG] Tangle incorrect with variables Date: Thu, 31 Mar 2011 18:00:52 +0200 Message-ID: <80r59nwa8b.fsf@somewhere.org> References: <4D931E38.6000003@gmail.com> <87y63wqs5h.fsf@gmail.com> <4D9424E4.1090003@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Rainer, Rainer M Krug wrote: >> I get the following tangled output >>=20 >> --8<---------------cut here---------------start------------->8--- >>=20 >> REV=3D$(cat <<'BABEL_TABLE' >> master >> BABEL_TABLE >> ) >> STATE=3D$(cat <<'BABEL_TABLE' >> edited >> BABEL_TABLE >> ) >> rm -rf ./R >> rm -f ./spreadSim.sub >> REVISION=3D$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=3D${SCENARIO#./R/scenarios/} >> qsub nsa.sub >> done >> --8<---------------cut here---------------end--------------->8--- >>=20 >> 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 --=20 S=C3=A9bastien Vauban