DockerCLI/scripts
Kir Kolyshkin 2b8dbb67a7 scripts/warn-outside-container: fix escapes
By default, echo does not interpret escape sequences,
resulting in the following output (literal):

	\033[1mWARNING\033[0m: you are not in a container.

I don't think this was intended.

Add -e option to echo so it can work as intended.

Also, use bash instead of sh because in POSIX shell echo does not take
any options.

Fixes: 94e08f2e2d
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2023-04-17 12:43:57 -07:00
..
build dockerfile: llvm needed on debian for cross comp 2022-07-28 22:49:07 +02:00
docs scripts/docs/generate-md.sh: fix location of generate code 2023-04-09 13:35:55 +02:00
test/e2e update/remove various tests and options related to kubernetes support 2022-02-24 17:53:18 +01:00
vendor update to golang 1.19 2022-09-08 10:40:06 +02:00
warn-outside-container scripts/warn-outside-container: fix escapes 2023-04-17 12:43:57 -07:00