diff options
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 |