From b278c8f658a2507076840f37287e7fe1e3357b54 Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 9 May 2018 15:09:12 +0200 Subject: Correction in example of FILE_VERSION_FILTER Corrected name in example and corrected layout in documentation. --- src/config.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config.xml b/src/config.xml index fa0ae26..436b837 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1138,6 +1138,8 @@ Go to the next section or return to the +
Example of using a shell script as a filter for Unix: \verbatim FILE_VERSION_FILTER = "/bin/sh versionfilter.sh" @@ -1157,7 +1159,7 @@ svn stat -v $1 | sed -n 's/^[ A-Z?\*|!]\{1,15\}/r/;s/ \{1,15\}/\/r/;s/ .*//p'
Example filter for ClearCase: \verbatim -FILE_VERSION_INFO = "cleartool desc -fmt \%Vn" +FILE_VERSION_FILTER = "cleartool desc -fmt \%Vn" \endverbatim ]]>
-- cgit v0.12