From 11c110f641720492f5ba506f2cf523f1438e1421 Mon Sep 17 00:00:00 2001 From: Andre Maroneze <andre.oliveiramaroneze@cea.fr> Date: Fri, 21 Apr 2017 09:50:39 +0200 Subject: [PATCH] use printf instead of echo for portability --- src/plugins/e-acsl/doc/refman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/e-acsl/doc/refman/Makefile b/src/plugins/e-acsl/doc/refman/Makefile index cc121c29657..e70b77cb105 100644 --- a/src/plugins/e-acsl/doc/refman/Makefile +++ b/src/plugins/e-acsl/doc/refman/Makefile @@ -52,7 +52,7 @@ include $(EACSL_DIR)/doc/support/MakeLaTeXModern eacslversion.tex: Makefile $(VERSION_FILE) rm -f $@ - echo '\\newcommand{\\eacslversion}{$(EACSL_VERSION)}' > $@ + printf '\\newcommand{\\eacslversion}{$(EACSL_VERSION)}' > $@ chmod a-w $@ .PHONY: clean -- GitLab