bugzilla-daemon at mindrot.org
2004-Jul-10 12:45 UTC
[Bug 894] improve portability of some shell constructs
http://bugzilla.mindrot.org/show_bug.cgi?id=894 Summary: improve portability of some shell constructs Product: Portable OpenSSH Version: -current Platform: Other URL: http://bugs.debian.org/258517 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: cjwatson at debian.org David Weinehall reported in Debian bug #258517 that OpenSSH uses the XSI extension 'test -a', and some /bin/sh implementations (mostly of the kind designed for use in small systems) don't like this. The fixes are easy and in line with other shell code in OpenSSH; I'll attach the patch in a moment. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jul-10 12:46 UTC
[Bug 894] improve portability of some shell constructs
http://bugzilla.mindrot.org/show_bug.cgi?id=894 ------- Additional Comments From cjwatson at debian.org 2004-07-10 22:46 ------- Created an attachment (id=682) --> (http://bugzilla.mindrot.org/attachment.cgi?id=682&action=view) use && rather than test -a ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Maybe Matching Threads
- [Bug 3671] New: Improve PuTTY version detection
- [Bug 2117] New: Non-portable use of test == operator in ssh-copy-id
- Why are the arguments supplied for the command run through ssh interpreted by shell before they are passed to the command on the server side?
- [Bug 781] ssh-copy-id carries on if ssh fails
- [Bug 1060] ~/.ssh/config check too strict on systems with per-user groups