diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-18 12:50:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-18 12:50:43 +0000 |
commit | bdff2e3c64a255194fe83396850f85aa4a87ad31 (patch) | |
tree | ecc1cbc0c15467c85a3460113ec57c03d48e9a39 /Master/tlpkg/bin/tl-update-bindir | |
parent | a40bee13f1c5c5313ccb5961275f736c516b7510 (diff) |
new i386-solaris update from apostolos
git-svn-id: svn://tug.org/texlive/trunk@9657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index cde3ad2cb48..6a69acdccae 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -235,7 +235,7 @@ for tlname in $tlnames; do # final results. $msg "final svn status..." - svn status + svn status | sort rm -rf $tmpdir done |