contrib/solaris/buildpkg.sh buglet

Chris Ridd chris.ridd at messagingdirect.com
Fri Mar 8 22:35:55 EST 2002


Hi,

The line grabbing the version out of version.h is slightly broken in 3.1p1:

VERSION=`tail -1 ../../version.h | sed [.....]

because there's an extra blank line at the end of version.h. It would be
more robust if the script did something like this instead:

VERSION=`grep SSH_VERSION ../../version.h | sed [....]

Cheers,

Chris



More information about the openssh-unix-dev mailing list