Package: wcd
Version: 5.0.4-1
Severity: normal

I followed the instructions in /usr/share/doc/wcd/README.Debian and sourced
the file /usr/share/wcd/wcd-include.sh. This gives the error::

  bash: wcd: command not found

The intended shell function wcd is not a shell function::

  # cat /usr/share/wcd/wcd-include.sh
  wcd
  {
      go=$HOME/bin/wcd.go
      test -f $go && rm -f $go
      /usr/lib/wcd/wcd.exec $* && test -f $go && source $go
      unset go
  }

Should be::

  wcd () { ... }
      ^^

Regards
Robert

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (900, 'stable'), (400, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wcd depends on:
ii  libc6                     2.7-18         GNU C Library: Shared libraries
ii  libncurses5               5.7+20081213-1 shared libraries for terminal hand

wcd recommends no packages.

wcd suggests no packages.

-- no debconf information

Reply via email to