Package: environment-modules
Version: 3.2.10-7
Severity: normal
since it is even provided already ;)
novo:/etc/profile.d# git diff modules.sh
diff --git a/profile.d/modules.sh b/profile.d/modules.sh
index 2c46004..66b54f1 100644
--- a/profile.d/modules.sh
+++ b/profile.d/modules.sh
@@ -7,6 +7,7 @@ trap "" 1 2 3
case "$0" in
-bash|bash|*/bash) . /usr/share/modules/init/bash ;;
-ksh|ksh|*/ksh) . /usr/share/modules/init/ksh ;;
+ -zsh|zsh|*/zsh) . /usr/share/modules/init/zsh ;;
-sh|sh|*/sh) . /usr/share/modules/init/sh ;;
*) . /usr/share/modules/init/sh ;; # default for scripts
esac
novo:/etc/profile.d# ls -l /usr/share/modules/init/zsh
-rw-r--r-- 1 root root 545 Nov 30 10:59 /usr/share/modules/init/zsh
novo:/etc/profile.d# dpkg -S /usr/share/modules/init/zsh
environment-modules: /usr/share/modules/init/zsh
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages environment-modules depends on:
ii debhelper 9.20130630
ii libc6 2.17-93
ii tcl8.6 8.6.0-1
environment-modules recommends no packages.
environment-modules suggests no packages.
-- Configuration Files:
/etc/profile.d/modules.sh changed:
trap "" 1 2 3
case "$0" in
-bash|bash|*/bash) . /usr/share/modules/init/bash ;;
-ksh|ksh|*/ksh) . /usr/share/modules/init/ksh ;;
-zsh|zsh|*/zsh) . /usr/share/modules/init/zsh ;;
-sh|sh|*/sh) . /usr/share/modules/init/sh ;;
*) . /usr/share/modules/init/sh ;; # default for scripts
esac
trap - 1 2 3
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]