~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to Functions/TCP/tcp_send

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    if [[ $? -ne 0 || -n $TCP_FD_CLOSED ]]; then
75
75
      print "Session ${TCP_SESS}: fd $fd unusable." >&2
76
76
      unset TCP_FD_CLOSED
 
77
      mystat=1
 
78
      continue
77
79
    fi
78
80
    if [[ -n $TCP_OUTPUT ]]; then
79
81
      tcp_output -P "$TCP_OUTPUT" -S $TCP_SESS -F $fd -q "${(j. .)*}"