[latex3-commits] [l3svn] r6124 - Give some debug info from script

noreply at latex-project.org noreply at latex-project.org
Wed Sep 30 06:58:45 CEST 2015


Author: joseph
Date: 2015-09-30 06:58:45 +0200 (Wed, 30 Sep 2015)
New Revision: 6124

Modified:
   trunk/texlive.sh
Log:
Give some debug info from script


Modified: trunk/texlive.sh
===================================================================
--- trunk/texlive.sh	2015-09-30 04:56:13 UTC (rev 6123)
+++ trunk/texlive.sh	2015-09-30 04:58:45 UTC (rev 6124)
@@ -8,6 +8,7 @@
 
 # See if there is a cached verson of TL available
 if [ -d "/tmp/texlive" ]; then
+  echo "Cache found: skipping TL installation"
   exit 0
 fi
 



More information about the latex3-commits mailing list