bugzilla-daemon at mindrot.org
2002-Jun-12 18:21 UTC
[Bug 274] scp fails if target account has echo "somestuff" as last line in .profile
http://bugzilla.mindrot.org/show_bug.cgi?id=274 ------- Additional Comments From markus at openbsd.org 2002-06-13 04:21 ------- so your .profile is broken. you're not supposed to do this for non-interactive session. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-12 22:12 UTC
[Bug 274] scp fails if target account has echo "somestuff" as last line in .profile
http://bugzilla.mindrot.org/show_bug.cgi?id=274 ------- Additional Comments From jmknoble at pobox.com 2002-06-13 08:12 ------- It shouldn't matter if ~/.profile (or ~/.bash_profile) echos anything. That file should only be read for a login session. For scp, ~/.profile shouldn't be read, and scp should go on happily with life. Perhaps your setup reads ~/.profile from ~/.bashrc or ~/.kshrc? If a non-login session has shell startup files that print anything on stdout or stderr, then you create problems for scp. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.