- (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test.
Patch from cjwatson at debian.
This commit is contained in:
parent
2ea9eb77a7
commit
b4e00949f0
|
@ -1,6 +1,8 @@
|
||||||
20130605
|
20130605
|
||||||
- (dtucker) Enable sha256 kex methods based on the presence of the necessary
|
- (dtucker) [myproposal.h] Enable sha256 kex methods based on the presence of
|
||||||
functions, not from the openssl version.
|
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
|
20130602
|
||||||
- (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy
|
- (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy
|
||||||
|
|
|
@ -165,7 +165,7 @@ done
|
||||||
|
|
||||||
eval set -- "$SAVEARGS"
|
eval set -- "$SAVEARGS"
|
||||||
|
|
||||||
if [ $# == 0 ] ; then
|
if [ $# = 0 ] ; then
|
||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
if [ $# != 1 ] ; then
|
if [ $# != 1 ] ; then
|
||||||
|
|
Loading…
Reference in New Issue