Mercurial > emacs
changeset 7278:fa6a265334a2
Unspecified location of chown for Linux (Linux doesn't put chown in /etc).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 May 1994 18:15:22 +0000 |
parents | 6a2af30d33fe |
children | 89ed0051e237 |
files | lisp/dired.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Mon May 02 18:14:01 1994 +0000 +++ b/lisp/dired.el Mon May 02 18:15:22 1994 +0000 @@ -47,7 +47,7 @@ ;;;###autoload (defvar dired-chown-program - (if (memq system-type '(hpux dgux usg-unix-v irix)) + (if (memq system-type '(hpux dgux usg-unix-v irix linux)) "chown" "/etc/chown") "Name of chown command (usually `chown' or `/etc/chown').")