diff options
author | dancer <dancer> | 2006-01-13 12:11:38 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-01-13 12:11:38 +0000 |
commit | c88e612497f681b014a6f80934314476ca4240d4 (patch) | |
tree | d1b3072af917dbf77c1f1c2209dc1e2c52a99b7d /Documentation | |
parent | 46a799d5e3376eb4973ff3b42c19316f8dd9cb5b (diff) | |
download | pbuilder-c88e612497f681b014a6f80934314476ca4240d4.tar pbuilder-c88e612497f681b014a6f80934314476ca4240d4.tar.gz |
fix typo
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 197e0c3..c9ac0c5 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -1145,7 +1145,7 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder <para> When releasing a new version of pbuilder, the version is tagged with - <command>(shell-command "cd ../ ; cvs tag $(dpkg-parsechangelog | sed -n 's/\./_/;s/^Version: /release/p' )")</command> + <command>(shell-command "cd ../ && cvs tag $(dpkg-parsechangelog | sed -n 's/\\./_/;s/^Version: /release/p' )")</command> </para> </sect1> </chapter> |