Package: pdfjam Version: 1.20-2 Severity: normal Tags: patch I use bash as shell and have alias rm='rm -i' in my ~/.bashrc file.
When I use pdfnup, the script asks me to confirm the deletion of every single temporary file due to the use of rm and the alias above; which is arguably not the expected behavior. Changing the first line of /usr/bin/pdfnup from #! /bin/bash to #!/bin/sh fixes the problem (note that I am not expert enough to check whether the script actually makes use of bashisms). -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=POSIX, LC_CTYPE=en_US.iso88591 (charmap=ISO-8859-1) Versions of packages pdfjam depends on: ii tetex-extra 3.0.dfsg.3-5 Additional TeX input files of teTe pdfjam recommends no packages. -- no debconf information

