summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-27 02:37:57 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-27 02:37:57 +0000
commit9efd97eb437af5057cb92d641911433905951c29 (patch)
tree61de78b76af2f25caa7a578ef2de9f5254b6bf9e
parent5de1dff6f41a84fba06852a4c39e17d1f394c5bd (diff)
downloademacs-9efd97eb437af5057cb92d641911433905951c29.tar.gz
(dired-chown-program): Recognize lignux.
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 95938f9ffdc..18f865551a6 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -48,7 +48,7 @@ may contain even `F', `b', `i' and `s'. See also the variable
;;;###autoload
(defvar dired-chown-program
- (if (memq system-type '(hpux dgux usg-unix-v irix linux))
+ (if (memq system-type '(hpux dgux usg-unix-v irix linux lignux))
"chown" "/etc/chown")
"Name of chown command (usually `chown' or `/etc/chown').")