forked from Telodendria/Telodendria
Looks like CVS is being weird with Mdocdate strings.
This commit is contained in:
parent
7750963c29
commit
154e5b82df
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ if [ -f "$file" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(
|
(
|
||||||
mdocdate=$(date "+%B %d %Y")
|
mdocdate=$(date " +%B %d %Y ")
|
||||||
uppercase=$(echo "$man" | tr '[:lower:]' '[:upper:]')
|
uppercase=$(echo "$man" | tr '[:lower:]' '[:upper:]')
|
||||||
|
|
||||||
echo ".Dd \$Mdocdate: March 6 2023 ${mdocdate} \$"
|
echo ".Dd \$Mdocdate: March 6 2023 ${mdocdate}\$"
|
||||||
echo ".Dt ${uppercase} ${section}"
|
echo ".Dt ${uppercase} ${section}"
|
||||||
echo ".Os Telodendria Project"
|
echo ".Os Telodendria Project"
|
||||||
echo ".Sh NAME"
|
echo ".Sh NAME"
|
||||||
|
|
Loading…
Reference in a new issue