Package: ucf
Version: 3.0025+nmu1
Severity: normal

The whole ucf script is "set -e", but it makes at least one external
call and tries to analyse its return value:

$ egrep -A 4 '^set |getopt' /usr/bin/ucf
set -e

# set the version and revision
progname="`basename \"$0\"`"
pversion='$Revision: 1.26 $'
--
# We need TEMP as the `eval set --' would nuke the return value of getopt.
TEMP=`getopt -a -o hs:d::D::nv -n "$progname" \
      --long 
help,src-dir:,sum-file:,dest-dir:,debug::,DEBUG::,no-action,purge,verbose,three-way,debconf-ok,debconf-template:,state-dir:
 \
             -- "$@"`

if [ $? != 0 ] ; then

The if line, however, will never be reached when getopt fails, because
of the "set -e".

Regards, Frank

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (99, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages ucf depends on:
ii  coreutils                     8.5-1      GNU core utilities
ii  debconf                       1.5.36.1   Debian configuration management sy

ucf recommends no packages.

ucf suggests no packages.

-- debconf information:
* ucf/show_diff:
* ucf/changeprompt_threeway: install_new
  ucf/title:
* ucf/changeprompt: install_new
  ucf/conflicts_found:

-- 
Frank Küster
Sprecher B90/Grüne OV Miltenberg und Umgebung
VCD Miltenberg, ADFC Aschaffenburg-Miltenberg
Debian Developer (TeXLive)



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to