Commit abe9af55 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

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

parent 1c0e65e3
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment