bugzilla-daemon at mindrot.org
2013-Jun-05 09:49 UTC
[Bug 2117] New: Non-portable use of test == operator in ssh-copy-id
https://bugzilla.mindrot.org/show_bug.cgi?id=2117
Bug ID: 2117
Summary: Non-portable use of test == operator in ssh-copy-id
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
URL: http://bugs.debian.org/711162
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at mindrot.org
Reporter: cjwatson at debian.org
In http://bugs.debian.org/711162, Andrey Rahmatullin reports a
non-portable use of test:
if [ $# == 0 ] ; then
This should be =, not ==.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Jun-05 09:51 UTC
[Bug 2117] Non-portable use of test == operator in ssh-copy-id
https://bugzilla.mindrot.org/show_bug.cgi?id=2117 --- Comment #1 from Colin Watson <cjwatson at debian.org> --- Created attachment 2296 --> https://bugzilla.mindrot.org/attachment.cgi?id=2296&action=edit test =, not = -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Jun-05 12:49 UTC
[Bug 2117] Non-portable use of test == operator in ssh-copy-id
https://bugzilla.mindrot.org/show_bug.cgi?id=2117
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Status|NEW |RESOLVED
Resolution|--- |FIXED
Blocks| |2076
--- Comment #2 from Darren Tucker <dtucker at zip.com.au> ---
applied, thanks. it will be in 6.3p1.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Aug-11 13:03 UTC
[Bug 2117] Non-portable use of test == operator in ssh-copy-id
https://bugzilla.mindrot.org/show_bug.cgi?id=2117
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
Reasonably Related Threads
- [Bug 2105] New: ssh-copy-id leads to rm -f * (local vs. dash)
- [Bug 781] ssh-copy-id carries on if ssh fails
- [Bug 1530] New: ssh-copy-id: strip colon from end of hostname
- [Bug 2108] New: sftp progress meter updates too early
- [Bug 461] New: ssh-copy-id is messy when invoked with no arguments