File: mksh.config

package info (click to toggle)
mksh 39.3.20100725-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,316 kB
  • ctags: 1,999
  • sloc: ansic: 21,506; sh: 1,349; perl: 967; makefile: 141
file content (18 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
# $MirOS: contrib/hosted/tg/deb/mksh/debian/mksh.config,v 1.4 2010/07/17 23:28:52 tg Exp $

set -e

. /usr/share/debconf/confmodule

db_input low mksh/sh || true
db_go

db_get mksh/sh
if [ "$RET" = "true" ]; then
	db_get dash/sh || RET=dontcare
	if [ "$RET" = "true" ]; then
		db_input low mksh/cannot || true
		db_go
	fi
fi