File: control

package info (click to toggle)
switchsh 0~20070801-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 104 kB
  • ctags: 36
  • sloc: ansic: 395; makefile: 12; sh: 7
file content (19 lines) | stat: -rw-r--r-- 783 bytes parent folder | download
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.