File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,15 @@ if [ -z "${DISABLE_WARN_OUTSIDE_CONTAINER:-}" ]; then
1010 ;;
1111 * )
1212 (
13- echo
14- echo " \033[1mWARNING\033[0m: you are not in a container."
15- echo
16- echo ' Use "\033[1mmake dev\033[0m" to start an interactive development container,'
17- echo " use \" \033[1mmake -f docker.Makefile $target \033[0m\" to execute this target"
18- echo " in a container, or set \033[1mDISABLE_WARN_OUTSIDE_CONTAINER=1\033[0m to"
19- echo " disable this warning."
20- echo
21- echo " Press \033[1mCtrl+C\033[0m now to abort, or wait for the script to continue.."
22- echo
13+ printf " \n"
14+ printf " \033[1mWARNING\033[0m: you are not in a container.\n"
15+ printf " \n"
16+ printf ' Use "\033[1mmake dev\033[0m" to start an interactive development container,\n'
17+ printf ' use "\033[1mmake -f docker.Makefile %s\033[0m" to execute this target\n' " $target "
18+ printf " in a container, or set \033[1mDISABLE_WARN_OUTSIDE_CONTAINER=1\033[0m to\n"
19+ printf " disable this warning.\n"
20+ printf " \n"
21+ printf " Press \033[1mCtrl+C\033[0m now to abort, or wait for the script to continue..\n"
2322 ) >&2
2423 sleep 5
2524 ;;
You can’t perform that action at this time.
0 commit comments