Package: tmperamental Version: 1.0 Severity: minor File: /usr/bin/tmperamental Usertags: shellcheck
tmperamental splits filenames containing spaces due to incorrect use of shell quotes. It should use "$@" instead of $@ to avoid this. This probably won't be encountered very often so I set minor severity. $ shellcheck /usr/bin/tmperamental In /usr/bin/tmperamental line 7: exec $@ ^-- SC2068: Double quote array expansions to avoid re-splitting elements. -- System Information: Debian Release: 9.0 APT prefers testing-debug APT policy: (900, 'testing-debug'), (900, 'testing'), (860, 'testing-proposed-updates'), (850, 'buildd-testing-proposed-updates'), (800, 'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages tmperamental depends on: ii libc6 2.24-10 tmperamental recommends no packages. tmperamental suggests no packages. -- no debconf information -- bye, pabs https://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

