diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-21 15:56:47 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-21 15:56:47 +0300 |
commit | 921b31dbb202f28d3661a2bd0b4a71d606c60a5f (patch) | |
tree | a8e7eb45def4b40733829d01c0e08c5bcbbe8441 /helpers/update-aux.sh | |
parent | eb954a57c38ec177aae2a6c11eef01347e5780e7 (diff) | |
parent | bba10f01c5749ae0d290f123e3312a5c1cf840a8 (diff) | |
download | egawk-921b31dbb202f28d3661a2bd0b4a71d606c60a5f.tar.gz egawk-921b31dbb202f28d3661a2bd0b4a71d606c60a5f.tar.bz2 egawk-921b31dbb202f28d3661a2bd0b4a71d606c60a5f.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 0d758486..3ab54144 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 . extension/build-aux doc + for dir in ./build-aux extension/build-aux doc do if [ -f $GL/$i ] && [ -f $dir/$i ] then |