aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/update-aux.sh
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-22 21:55:53 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-22 21:55:53 +0300
commitd4151e70a1a276aaf97d07d5c008a0535d546826 (patch)
tree8130115017771e24c49348a1095299cf06ca7406 /helpers/update-aux.sh
parentbba10f01c5749ae0d290f123e3312a5c1cf840a8 (diff)
downloadegawk-d4151e70a1a276aaf97d07d5c008a0535d546826.tar.gz
egawk-d4151e70a1a276aaf97d07d5c008a0535d546826.tar.bz2
egawk-d4151e70a1a276aaf97d07d5c008a0535d546826.zip
Collapse multiple build-aux and m4 directories into one copy of each.
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 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