[gentium-commits] [SCM] gentium updated: r64 - trunk/test/type1/Scripts

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Sun Mar 27 22:55:12 CEST 2022


Author: pavel
Date: 2022-03-27 20:55:12 +0000 (Sun, 27 Mar 2022)
New Revision: 64

Modified:
   trunk/test/type1/Scripts/Makefile
Log:
remove useless 'echo'

I used it for testing and I forgot to delete it.


Modified: trunk/test/type1/Scripts/Makefile
===================================================================
--- trunk/test/type1/Scripts/Makefile	2022-03-27 20:45:56 UTC (rev 63)
+++ trunk/test/type1/Scripts/Makefile	2022-03-27 20:55:12 UTC (rev 64)
@@ -74,7 +74,7 @@
 
 split-kerns-clean:
 	# delete temporarty files created by split-kerns
-	echo $$(find ../Kerns -name 'GentiumPlus-*-kerns-*.afm' -delete)
+	$$(find ../Kerns -name 'GentiumPlus-*-kerns-*.afm' -delete)
 
 diff-encodings:
 	# show differences between encodings for ttf end Type 1 fonts, suppress exit code



More information about the gentium-commits mailing list.