Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_chown on Mac OS X/Darwin
- X-seq: zsh-workers 20056
- From: lists <lists@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: _chown on Mac OS X/Darwin
- Date: Tue, 15 Jun 2004 22:47:20 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: zsh-workers-subscribe@xxxxxxxxxx
Hello,
I have a small feature request for _chown. Could this line:
elif [[ $OSTYPE = (solaris*|hpux*|*bsd*|linux*) ]]; then
get changed to this please?:
elif [[ $OSTYPE = (solaris*|hpux*|*bsd*|linux*|darwin*) ]]; then
I've been using this change without issue for a while on Mac OS 10.3
and Mac OS 10.3 Server. I'm happy to test on older versions (10.1 and
10.2) as well if you like. Thanks for all of your work.
-Ryan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author