From 0791273b7440635339a87d25e1b433747d59bc64 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 7 May 2021 13:34:36 +0300 Subject: Fix update-support.sh script to work from top directory. --- helpers/update-support.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'helpers/update-support.sh') diff --git a/helpers/update-support.sh b/helpers/update-support.sh index cc2d24aa..06ed1020 100755 --- a/helpers/update-support.sh +++ b/helpers/update-support.sh @@ -27,14 +27,16 @@ regex.h regex_internal.c regex_internal.h verify.h -malloc/dynarray.h malloc/dynarray-skeleton.c +malloc/dynarray.h +malloc/dynarray_emplace_enlarge.c +malloc/dynarray_finalize.c malloc/dynarray_resize.c" for i in $FILE_LIST do - if [ -f $GL/$i ] && [ -f $i ] + if [ -f $GL/$i ] && [ -f support/$i ] then - cp $GL/$i $i + cp $GL/$i support/$i fi done -- cgit v1.2.3