hgbook

diff en/examples/run-example @ 87:0995016342f8

More bumf.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Oct 04 17:11:53 2006 -0700 (2006-10-04)
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	Wed Oct 04 17:11:53 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'