hgbook

diff en/examples/run-example @ 83:b476081a9c04

Much progress in template chapter.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Oct 03 13:03:42 2006 -0700 (2006-10-03)
parents 53427f786a0f
children 5b80c922ebdd
line diff
     1.1 --- a/en/examples/run-example	Mon Sep 04 14:31:17 2006 -0700
     1.2 +++ b/en/examples/run-example	Tue Oct 03 13:03:42 2006 -0700
     1.3 @@ -129,6 +129,7 @@
     1.4          rcfile = os.path.join(tmpdir, '.bashrc')
     1.5          rcfp = open(rcfile, 'w')
     1.6          print >> rcfp, 'PS1="%s"' % self.prompt
     1.7 +        print >> rcfp, 'PS2="%s"' % self.prompt
     1.8          print >> rcfp, 'unset HISTFILE'
     1.9          print >> rcfp, 'export EXAMPLE_DIR="%s"' % os.getcwd()
    1.10          print >> rcfp, 'export LANG=C'