summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-09-14 22:20:04 +0000
committerKarl Berry <karl@freefriends.org>2016-09-14 22:20:04 +0000
commitada185c4b489c295d97a94e2a8095efa22bf711e (patch)
tree3637f49bf33b2415b9bda469018d934edb0e6ffb /Master/tlpkg/libexec
parentf01fb1e261d2db20de20955d45643ba21d94c3e4 (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-xMaster/tlpkg/libexec/ctan2tds2
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.