Bugzilla – Attachment #2296: test =, not == for
bug #2117
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 2117
Collapse All
|
Expand All
(-)
b/contrib/ssh-copy-id (-1 / +1 lines)
Lines 165-171
Link Here
165
165
166
eval set -- "$SAVEARGS"
166
eval set -- "$SAVEARGS"
167
167
168
if [ $# == 0 ] ; then
168
if [ $# = 0 ] ; then
169
usage
169
usage
170
fi
170
fi
171
if [ $# != 1 ] ; then
171
if [ $# != 1 ] ; then
Return to
bug 2117