bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs


From: Glenn Morris
Subject: bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs
Date: Mon, 06 Dec 2010 16:46:51 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

I replaced my `bzr' with the following shell-script:

  #!/bin/sh
  echo "$@" >> /tmp/LOG
  exec real-bzr "$@"

It was not called at any point during a `make bootstrap', nor by
`touch lisp/*.el; make'.

So I have no idea how the OP got into whatever state he's in.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]