diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-10 06:40:06 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-10 06:40:06 +0000 |
| commit | 8c8970cf16d4d4ac4e11d7d7ba8b1108fadef92c (patch) | |
| tree | 3717ebaf53908f9e7aec78995444ff406085c226 /sys/boot/common | |
| parent | 487730cc8bc8895bd20013b5d8e9f4f4deddae56 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common')
| -rw-r--r-- | sys/boot/common/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/interp.c b/sys/boot/common/interp.c index 880910bae094..ab0cf258fe95 100644 --- a/sys/boot/common/interp.c +++ b/sys/boot/common/interp.c @@ -329,7 +329,7 @@ prompt(void) ev = getenv(p + 2); if (ev != NULL) - printf(ev); + printf("%s", ev); p = cp + 1; continue; } |
