~ubuntu-branches/ubuntu/utopic/modules/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/sh

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry, Yaroslav O. Halchenko
  • Date: 2013-12-12 06:34:42 UTC
  • Revision ID: package-import@ubuntu.com-20131212063442-520ywmloz3ed4dyd
Tags: 3.2.10-8
[Yaroslav O. Halchenko]
* debian/sh
 - enable init script for zsh. Closes #731974.
* Add support for tcl < 8.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
case "$0" in
8
8
    -bash|bash|*/bash) . /usr/share/modules/init/bash ;; 
9
9
       -ksh|ksh|*/ksh) . /usr/share/modules/init/ksh ;; 
 
10
       -zsh|zsh|*/zsh) . /usr/share/modules/init/zsh ;; 
10
11
          -sh|sh|*/sh) . /usr/share/modules/init/sh ;; 
11
12
                    *) . /usr/share/modules/init/sh ;;  # default for scripts
12
13
esac