diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-21 22:31:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-21 22:31:36 +0000 |
commit | 2e4d31558c3c1ccae16e6c670be84b3757a609c0 (patch) | |
tree | 985a2dd9c5ac7af97c224d72714c05829f6b2ff9 | |
parent | 7a251fccbafc07df7aba2d261c14fd730c015f7f (diff) |
try to get the `quote` in the right place this time
git-svn-id: svn://tug.org/texlive/trunk@15407 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index d55b1e509ff..0450c8491c6 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -133,7 +133,7 @@ for gnuconf in config.guess config.sub depcomp install-sh missing \ # updated needed. find all copies in source. # Build/source/utils/asymptote/gc* is not checked in (since it's not # unpacked in the original release), therefore we cannot commit to it. - alldev="`find ../Build/source -name $gnuconf` | grep -v asymptote/gc" + alldev="`find ../Build/source -name $gnuconf | grep -v asymptote/gc`" for f in $alldev; do $chicken $cp $master_conffile $f done |