From 4380039acc881703ef9d144bbf39d82da4beb936 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Sep 2024 20:08:20 -0400 Subject: Rename builtins to use plurals when appropriate --- builtins/shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builtins/shell.c') diff --git a/builtins/shell.c b/builtins/shell.c index a73b0aac..36b6a9ad 100644 --- a/builtins/shell.c +++ b/builtins/shell.c @@ -2,9 +2,9 @@ #include #include -#include "array.h" +#include "arrays.h" #include "integers.h" -#include "pattern.h" +#include "patterns.h" #include "shell.h" #include "text.h" #include "types.h" -- cgit v1.2.3