From d62a282b434ccc6d9055b1ffe99b5c29c86b2344 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Sun, 1 Mar 2009 22:12:25 +0000
Subject: [PATCH] Argh! forgot to escape the _

merge this aswell...


[[Imported from SVN: r5460]]
---
 doc/buildsystem/buildsystem.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/buildsystem/buildsystem.tex b/doc/buildsystem/buildsystem.tex
index fe6a98bfc..0803b3640 100644
--- a/doc/buildsystem/buildsystem.tex
+++ b/doc/buildsystem/buildsystem.tex
@@ -1122,8 +1122,8 @@ The command section lets you overload the default implementation
 provided by \dunecontrol. For each command \dunecontrol call the
 function \texttt{run\_\textit{command}}. The parameters from the
 commandline or the opts file are store in the variable
-\texttt{\$CMD_FLAGS}. If you just want to create additional parameters
-you can add these to \texttt{\$CMD_FLAGS} and then call the default
+\texttt{\$CMD\_FLAGS}. If you just want to create additional parameters
+you can add these to \texttt{\$CMD\_FLAGS} and then call the default
 implementation of the command via
 \texttt{run\_default\_\textit{command}}.
 
-- 
GitLab