config/debug.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun Oct 21 22:27:17 2012 +0200 (2012-10-21)
changeset 3085 0c3f8dd9d184
parent 924 941294c6fcf1
permissions -rw-r--r--
scripts/functions: return a proper error code in CT_DoExecLog

Since we added the debug-shell feature, CT_DoExecLog no longer
returns the error code of the command, but always return 0.

This breaks the download mechanism, which relies on CT_DoExecLog
to fail _on_purpose_ to detect that the ressource was not found
at the specified URL.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 menu "Debug facilities"
     2 source "config.gen/debug.in"
     3 endmenu