kconfig/lxdialog/BIG.FAT.WARNING
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Mar 15 23:18:37 2011 +0100 (2011-03-15)
changeset 2340 580f427595bc
permissions -rw-r--r--
scripts: allow logging of commands with variables

In a lot of places, we need to call some commands with specific
variable settings, a-la:
var1=val1 var2=val2 /foo/bar/buz opt1 opt2

Unfortunately, we currently can not log the variable settings.

Enhance CT_DoExecLog with a crude heuristic that works pretty well
and that can also log setting variables.

Reported-by: ANDY KENNEDY <ANDY.KENNEDY@adtran.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 This is NOT the official version of dialog.  This version has been
     2 significantly modified from the original.  It is for use by the Linux
     3 kernel configuration script.  Please do not bother Savio Lam with 
     4 questions about this program.