summaryrefslogtreecommitdiffstats
path: root/rules/sed.in
blob: 6088bb4eafa4f90a3a941feef2e0feb1e1bd0705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config SED
	tristate
	depends on !BB_CONFIG_SED
	prompt "sed"
	help
	  sed reads the specified files or the standard input if no
	  files are specified, makes editing changes according to a
	  list of commands, and writes the results to the standard
	  output.

comment "busybox's sed selected"
	depends on BB_CONFIG_SED