contrib/chg/chg.c
changeset 28327 3ab370f84a23
parent 28261 2ab59ac06b76
child 28357 2f0f352d4196
--- a/contrib/chg/chg.c	Wed Mar 02 10:10:06 2016 +0000
+++ b/contrib/chg/chg.c	Mon Feb 29 11:43:25 2016 +0000
@@ -216,8 +216,6 @@
 		"--daemon-postexec", "none",
 		"--pid-file", opts->pidfile,
 		"--config", "extensions.chgserver=",
-		/* wrap root ui so that it can be disabled/enabled by config */
-		"--config", "progress.assume-tty=1",
 	};
 	size_t baseargvsize = sizeof(baseargv) / sizeof(baseargv[0]);
 	size_t argsize = baseargvsize + opts->argsize + 1;