Package: debian-goodies
Version: 0.69
Severity: important
File: /usr/bin/check-enhancements

Hi,

When running "$ check-enhancements --verbose -ip" I get the following
error:
/usr/bin/check-enhancements: line 65: continue: only meaningful in a `for', 
`while', or `until' loop

And indeed, the continue statement is not in a loop:

    case $? in
       0) if test $OPT_VERBOSE != 0; then echo -e "Package <<$1>> could be 
Enhanced by:"; fi
       ;;
       1) continue
       ;;
       *) echo "${SELF}: Internal Error!"
          exit 1
       ;;
    esac

I guess that the "continue" could simply be removed.

Not sure if this needs to be RC

Regards,

Laurent Bigonville

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages debian-goodies depends on:
ii  curl                      7.52.1-5
ii  dctrl-tools [grep-dctrl]  2.24-2+b1
ii  dialog                    1.3-20160828-2
ii  perl                      5.24.1-3
ii  python3                   3.5.3-1
ii  whiptail                  0.52.20-1

Versions of packages debian-goodies recommends:
ii  lsof  4.89+dfsg-0.1

Versions of packages debian-goodies suggests:
ii  lsb-release         9.20161125
ii  popularity-contest  1.64
ii  xdg-utils           1.1.1-1
ii  zenity              3.22.0-1+b1

-- no debconf information

Reply via email to