http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove no-longer-used variable
[people/xl0/gpxe.git]
/
src
/
image
/
script.c
diff --git
a/src/image/script.c
b/src/image/script.c
index
0504e4d
..
8443243
100644
(file)
--- 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 );