diff --git a/src/parse.c b/src/parse.c index 8dd949c..9feccc7 100644 --- a/src/parse.c +++ b/src/parse.c @@ -101,6 +101,7 @@ static int writefile(struct expandfile *file, FILE *out) { break; case ';': fputs(";", out); + break; case '<': fputs("<", out); break;