summaryrefslogtreecommitdiffstats
path: root/src/image
diff options
context:
space:
mode:
Diffstat (limited to 'src/image')
-rw-r--r--src/image/script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image/script.c b/src/image/script.c
index 0504e4d0b..844324350 100644
--- a/src/image/script.c
+++ b/src/image/script.c
@@ -65,6 +65,7 @@ static int script_exec ( struct image *image ) {
/* Mark end of line and execute command */
*eol = '\0';
+ DBG ( "$ %s\n", cmdbuf );
if ( ( rc = system ( cmdbuf ) ) != 0 ) {
DBG ( "Command \"%s\" exited with status %d\n",
cmdbuf, rc );