Project

General

Profile

« Previous | Next » 

Revision 8873

*{.sh,run}: use just env instead of echo_run env now that env is an auto-echoing alias

View differences:

local.run
33 33
SET search_path TO "$schema", util;
34 34
EOF
35 35
	cat)|
36
	echo_run env no_search_path=1 "$psql_cmd" --output /dev/fd/3 "$@" 3>&1 >&2
36
	env no_search_path=1 "$psql_cmd" --output /dev/fd/3 "$@" 3>&1 >&2
37 37
}
38 38

  
39 39
fi

Also available in: Unified diff