Package: debianutils Version: 2.22 I have set BROWSER and the (new) sensible-browser script does not produce a meaningful command line to invoke it. For example, I would think that
$ BROWSER=/bin/echo sensible-browser http://www.debian.org should produce the URL on stdout, but rather it produces nothing (except newline). This seems to have something to do with the lines cmd=$(printf "$i\n" "$URL") $cmd && exit 0 which seem to lack something like "%s" in the first argument to printf. Are we now expected to supply it ourselves, in the fashion of $ BROWSER='lynx %s' sensible-browser http://www.debian.org ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

