[SCM] soundscaperenderer/master: Properly escaped backslashes
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Fri Jul 1 14:26:43 UTC 2016
The following commit has been merged in the master branch:
commit 1810dddccd00511140e935d0322aa694592c2161
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Fri Jul 1 16:12:33 2016 +0200
Properly escaped backslashes
diff --git a/debian/scripts/version-tex.sh b/debian/scripts/version-tex.sh
index b2ef8f4..05dc9f4 100755
--- a/debian/scripts/version-tex.sh
+++ b/debian/scripts/version-tex.sh
@@ -13,4 +13,4 @@ echo "${VER}" \
| sed -e 's|^\(.*\)$|\\def\\today{\1}|'
## \bf went missing...
-echo "\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}"
+echo '\\DeclareOldFontCommand{\\bf}{\\normalfont\\bfseries}{\\mathbf}'
--
soundscaperenderer packaging
More information about the pkg-multimedia-commits
mailing list