texlive[44463] Master/tlpkg/bin/tl-update-tlnet: maybe no mactex

commits+karl at tug.org commits+karl at tug.org
Mon Jun 5 17:43:18 CEST 2017


Revision: 44463
          http://tug.org/svn/texlive?view=revision&revision=44463
Author:   karl
Date:     2017-06-05 17:43:18 +0200 (Mon, 05 Jun 2017)
Log Message:
-----------
maybe no mactex files, don't fail.

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-tlnet

Modified: trunk/Master/tlpkg/bin/tl-update-tlnet
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-tlnet	2017-06-05 00:21:17 UTC (rev 44462)
+++ trunk/Master/tlpkg/bin/tl-update-tlnet	2017-06-05 15:43:18 UTC (rev 44463)
@@ -258,7 +258,7 @@
 else
   echo "$0: Updating $tlweb from $tltry."
   # copy any mactex files since we didn't link them.
-  cp -pf $tlweb/*mactex* $tltry
+  test ! -r $tlweb/*mactex* || cp -pf $tlweb/*mactex* $tltry
   
   # mv then rm to avoid the mirmon probe from making the rm fail.
   mv $tlweb $tltrybase/tlnet.old



More information about the tex-live-commits mailing list