From 47532f255ef58d9e0e5bd6c909b3a7008e35ee43 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 27 May 2000 08:32:58 +0000 Subject: 11606: Propagate parse errors out of parse_list() and parse_event(), and test that it worked. --- Src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index 131b50606..5f0c98ca0 100644 --- a/Src/init.c +++ b/Src/init.c @@ -944,7 +944,7 @@ source(char *s) execode(prog, 1, 0); popheap(); } else - loop(0, 0); /* loop through the file to be sourced */ + loop(0, 0); /* loop through the file to be sourced */ sourcelevel--; /* restore the current shell state */ -- cgit 1.4.1