diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-09-10 13:48:51 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-09-10 13:48:51 +0000 |
| commit | 2ae7c98e2901c0772a9e214877c93e948b3b8597 (patch) | |
| tree | 11bb0c61044c75ff09a03ab308db52e99bc01e30 /sys | |
| parent | 4eb38057ea4670af7b58e1bbc1c84989437edb13 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 e6bb3cccdf7b..d53a7ee5b70e 100644 --- a/sys/boot/common/interp.c +++ b/sys/boot/common/interp.c @@ -219,7 +219,7 @@ include(const char *filename) #else flags = 0; /* Discard comments */ - if (input[0] == '#') + if (strncmp(input+strspn(input, " "), "\\ ", 2) == 0) continue; cp = input; /* Echo? */ |
