diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-22 21:59:34 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-22 21:59:34 +0300 |
commit | 6cbefa3cfa7a494257478747b5c3b85eb6c0607e (patch) | |
tree | 39cc9cb2e3e5e4ebe747badce04eaec3029e1aca /helpers/update-aux.sh | |
parent | 921b31dbb202f28d3661a2bd0b4a71d606c60a5f (diff) | |
parent | d45cad0210ddba7658a1f894a82167f87d7abb3a (diff) | |
download | egawk-6cbefa3cfa7a494257478747b5c3b85eb6c0607e.tar.gz egawk-6cbefa3cfa7a494257478747b5c3b85eb6c0607e.tar.bz2 egawk-6cbefa3cfa7a494257478747b5c3b85eb6c0607e.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'helpers/update-aux.sh')
-rwxr-xr-x | helpers/update-aux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |