aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-12 10:36:12 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-12 10:36:12 +0300
commitb6b20723f3ca34219ef202d8bb35a5cd8da928a9 (patch)
treed66b495ffd4e76107af475aa75ec38262b243cfb
parentf6cc8139dba1adbfa90773c9db8003e5db817d7b (diff)
downloadegawk-b6b20723f3ca34219ef202d8bb35a5cd8da928a9.tar.gz
egawk-b6b20723f3ca34219ef202d8bb35a5cd8da928a9.tar.bz2
egawk-b6b20723f3ca34219ef202d8bb35a5cd8da928a9.zip
Fix update-support.sh script.
-rw-r--r--helpers/ChangeLog4
-rwxr-xr-xhelpers/update-support.sh7
2 files changed, 7 insertions, 4 deletions
diff --git a/helpers/ChangeLog b/helpers/ChangeLog
index 752e280a..d7b94157 100644
--- a/helpers/ChangeLog
+++ b/helpers/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-12 Arnold D. Robbins <arnold@skeeve.com>
+
+ * update-support.sh: Fix list of files to copy over.
+
2021-05-10 Arnold D. Robbins <arnold@skeeve.com>
* update-support.sh: Update list of files to copy over.
diff --git a/helpers/update-support.sh b/helpers/update-support.sh
index 90de973a..845eced0 100755
--- a/helpers/update-support.sh
+++ b/helpers/update-support.sh
@@ -27,14 +27,13 @@ regex.h
regex_internal.c
regex_internal.h
verify.h
-malloc/dynarray-skeleton.c
-malloc/dynarray.h
malloc/dynarray_at_failure.c
malloc/dynarray_emplace_enlarge.c
-malloc/dynarray_emplace_enlarge.c
malloc/dynarray_finalize.c
+malloc/dynarray.h
malloc/dynarray_resize.c
-malloc/dynarray_resize_clear.c"
+malloc/dynarray_resize_clear.c
+malloc/dynarray-skeleton.c"
for i in $FILE_LIST
do