Bugzilla – Attachment 2296 Details for
Bug 2117
Non-portable use of test == operator in ssh-copy-id
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
test =, not ==
ssh-copy-id-portable.patch (text/plain), 279 bytes, created by
Colin Watson
on 2013-06-05 19:51:10 AEST
(
hide
)
Description:
test =, not ==
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2013-06-05 19:51:10 AEST
Size:
279 bytes
patch
obsolete
>Index: b/contrib/ssh-copy-id >=================================================================== >--- a/contrib/ssh-copy-id >+++ b/contrib/ssh-copy-id >@@ -165,7 +165,7 @@ > > eval set -- "$SAVEARGS" > >-if [ $# == 0 ] ; then >+if [ $# = 0 ] ; then > usage > fi > if [ $# != 1 ] ; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2117
: 2296