bug-cvs
[Top][All Lists]
Advanced

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

Re: [patch #4446] Set execute bits on file via `cvs admin'


From: Alex
Subject: Re: [patch #4446] Set execute bits on file via `cvs admin'
Date: Fri, 4 Nov 2005 20:48:51 -0500 (EST)

Regarding tests, it was mentioned we cannot use test -x because it's not
supported on FreeBSD-4.3
Indeed I see this in sanity.sh (from cvs-1.12.13) line 281:
# we can't use test -x since BSD 4.3 doesn't support it.

However I also see this in line 1231 (subroutine require_ssh):
       elif [ ! -x "$tryssh" ]; then

So... does this mean we can use "[ -x" instead of "test -x" ?
Or is line 1231 of sanity.sh a mistake ?

Alex




reply via email to

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