Просмотр исходного кода

Make DEBUG=script echo the commands as they are executed

tags/v0.9.3
Michael Brown 18 лет назад
Родитель
Сommit
a6afbe762c
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      src/image/script.c

+ 1
- 0
src/image/script.c Просмотреть файл

@@ -65,6 +65,7 @@ static int script_exec ( struct image *image ) {
65 65
 
66 66
 		/* Mark end of line and execute command */
67 67
 		*eol = '\0';
68
+		DBG ( "$ %s\n", cmdbuf );
68 69
 		if ( ( rc = system ( cmdbuf ) ) != 0 ) {
69 70
 			DBG ( "Command \"%s\" exited with status %d\n",
70 71
 			      cmdbuf, rc );

Загрузка…
Отмена
Сохранить