Package: base-files Version: 9.9+deb9u3 Severity: normal Tags: patch --- /usr/share/base-files/profile 2016-03-04 06:00:00.000000000 -0500 +++ /tmp/profile 2017-12-26 15:49:08.839804524 -0500 @@ -26,8 +26,8 @@ if [ -d /etc/profile.d ]; then for i in /etc/profile.d/*.sh; do - if [ -r $i ]; then - . $i + if [ -r "$i" ]; then + . "$i" fi done unset i
-- System Information: Debian Release: 9.3 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages base-files depends on: ii gawk [awk] 1:4.1.4+dfsg-1 ii mawk [awk] 1.3.3-17+b3 base-files recommends no packages. base-files suggests no packages. -- debconf-show failed