Project

General

Profile

« Previous | Next » 

Revision 12779

*{.sh,run}: use new begin_target instead of `echo_func; set_make_vars`

View differences:

run
8 8

  
9 9
all() # runtime: 1 min ("0m56.053s")
10 10
{
11
	echo_func; set_make_vars; deferred_check_target_exists
11
	begin_target; deferred_check_target_exists
12 12
	
13 13
	if ! isset password; then
14 14
		local_export password; read -rsp 'Enter your MySQL password: ' password

Also available in: Unified diff