diff options
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/ChangeLog | 5 | ||||
-rwxr-xr-x | helpers/update-aux.sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/helpers/ChangeLog b/helpers/ChangeLog index beded9d5..5e723ddf 100644 --- a/helpers/ChangeLog +++ b/helpers/ChangeLog @@ -1,3 +1,8 @@ +2020-07-22 Arnold D. Robbins <arnold@skeeve.com> + + * update-aux.sh: Adjust for removal of build-aux from extension + directory. + 2020-07-21 Arnold D. Robbins <arnold@skeeve.com> * update-aux.sh: Adjust for presence of build-aux in main diff --git a/helpers/update-aux.sh b/helpers/update-aux.sh index 3ab54144..ef85aa1d 100755 --- a/helpers/update-aux.sh +++ b/helpers/update-aux.sh @@ -12,7 +12,7 @@ GL=/usr/local/src/Gnu/gnulib/build-aux for i in $(cd $GL ; echo *) do - for dir in ./build-aux extension/build-aux doc + for dir in ./build-aux doc do if [ -f $GL/$i ] && [ -f $dir/$i ] then |