- (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test.

Patch from cjwatson at debian.
This commit is contained in:
Darren Tucker 2013-06-05 22:48:44 +10:00
parent 2ea9eb77a7
commit b4e00949f0
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
20130605
- (dtucker) Enable sha256 kex methods based on the presence of the necessary
functions, not from the openssl version.
- (dtucker) [myproposal.h] Enable sha256 kex methods based on the presence of
the necessary functions, not from the openssl version.
- (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test.
Patch from cjwatson at debian.
20130602
- (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy

View File

@ -165,7 +165,7 @@ done
eval set -- "$SAVEARGS"
if [ $# == 0 ] ; then
if [ $# = 0 ] ; then
usage
fi
if [ $# != 1 ] ; then