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

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

Re: problem with tumme.el


From: Chris Moore
Subject: Re: problem with tumme.el
Date: Fri, 12 Jan 2007 15:56:06 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> But tumme should not be using the user's login shell (especially since it
> may be anything, including Emacs).  It should use /bin/sh regardless.  So it
> doesn't really explain it.

Would having 'set -o noclobber' in one of /bin/sh's startup files
explain it?

  (debian) address@hidden:/tmp$ /bin/sh
  sh-3.1$ set -o noclobber
  sh-3.1$ date > /tmp/foo
  sh-3.1$ date > /tmp/foo
  sh: /tmp/foo: cannot overwrite existing file




reply via email to

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