Kaynağa Gözat

[script] Remove "Aborting on <line>" message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 yıl önce
ebeveyn
işleme
930f009bfa
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  1. 1
    3
      src/image/script.c

+ 1
- 3
src/image/script.c Dosyayı Görüntüle

@@ -125,10 +125,8 @@ static int script_exec_line ( const char *line ) {
125 125
 		return 0;
126 126
 
127 127
 	/* Execute command */
128
-	if ( ( rc = system ( line ) ) != 0 ) {
129
-		printf ( "Aborting on \"%s\"\n", line );
128
+	if ( ( rc = system ( line ) ) != 0 )
130 129
 		return rc;
131
-	}
132 130
 
133 131
 	return 0;
134 132
 }

Loading…
İptal
Kaydet