diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-14 22:20:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-14 22:20:04 +0000 |
commit | ada185c4b489c295d97a94e2a8095efa22bf711e (patch) | |
tree | 3637f49bf33b2415b9bda469018d934edb0e6ffb /Master/tlpkg/libexec | |
parent | f01fb1e261d2db20de20955d45643ba21d94c3e4 (diff) |
biber (14sep16)
git-svn-id: svn://tug.org/texlive/trunk@42062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 83ff2b3e4f3..bbc10986807 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -5336,7 +5336,7 @@ sub POSTbiber { # really need to do svn cp for this (in place, can't do it here). my $bindir = "$TOPDEST/bin/$tl_platform"; &SYSTEM ("mkdir -p $bindir/"); - &SYSTEM ("$MV $biber_binary $bindir/") || die; #bindir should already exist + &SYSTEM ("$MV $biber_binary $bindir/") == 0 || die; } # don't keep binary archives around in Master tree. |