summaryrefslogtreecommitdiff
path: root/helpers/update-aux.sh
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-21 15:55:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-21 15:55:42 +0300
commitbba10f01c5749ae0d290f123e3312a5c1cf840a8 (patch)
treea8e7eb45def4b40733829d01c0e08c5bcbbe8441 /helpers/update-aux.sh
parente0d37f069b77aa549697403d2da556e9cfda991b (diff)
downloadgawk-bba10f01c5749ae0d290f123e3312a5c1cf840a8.tar.gz
Move aux files into build-aux directory.
Diffstat (limited to 'helpers/update-aux.sh')
-rwxr-xr-xhelpers/update-aux.sh2
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