[vlc-devel] commit: revision: No need for the -n in echo. Choke Darwin. (Pierre d' Herbemont )

git version control git at videolan.org
Thu Jun 4 08:01:13 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Jun  3 23:00:26 2009 -0700| [abe9af559fb6df6931831e5ca757afb056669f7c] | committer: Pierre d'Herbemont 

revision: No need for the -n in echo. Choke Darwin.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=abe9af559fb6df6931831e5ca757afb056669f7c
---

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index bd710be..5ead2ac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -479,7 +479,7 @@ CLEANFILES += revision.txt revision.c
 
 revision.c: revision.txt
 	rm -f -- revision.c
-	echo -n "const char psz_vlc_changeset[] = \"$$(cat revision.txt)\";" \
+	echo "const char psz_vlc_changeset[] = \"$$(cat revision.txt)\";" \
 		> revision.c
 
 revision.txt:




More information about the vlc-devel mailing list