1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: switchsh
Section: utils
Priority: optional
Maintainer: Raphael Geissert <geissert@debian.org>
Build-Depends: debhelper (>= 10), cdbs
Standards-Version: 3.9.8
Homepage: http://www.linux.it/~md/software/
Vcs-Git: https://anonscm.debian.org/git/git/users/atomo64-guest/switchsh.git
Vcs-Browser: https://anonscm.debian.org/git/users/atomo64-guest/switchsh.git
Package: switchsh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: bind-mount bash as /bin/sh
Small program to bind-mount bash as /bin/sh for its child processes.
.
It can be used when bash is not the default shell interpreter but a given
program makes use of bashisms (features not required by Policy for sh) and one
wants to run it without changing (or can not change) the default sh.
|