From 33cb042b8c4dd941af670aa83276ae366f8d389e Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Mon, 5 Jul 2021 19:18:32 +0100 Subject: [PATCH] Changed comments in Asuro.pas when generated Changed the Asuro.pas comment to be the standard format in terms of Directory->File (no .pas) for PasDoc gen. --- compile_vergen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_vergen.sh b/compile_vergen.sh index e5a8cd9d..b12cbe7d 100644 --- a/compile_vergen.sh +++ b/compile_vergen.sh @@ -25,7 +25,7 @@ compiledate=$(date +"%d/%m/%y") compiletime=$(date +"%T") checksum=$(md5sum checksums.md5 | awk '{print $1}') echo "{" > $outfile -echo " asuro.pas - Constants generated during pipeline/compilation for use at runtime." >> $outfile +echo " Include->Asuro - Constants generated during pipeline/compilation for use at runtime." >> $outfile echo " @author(Autogenerated)" >> $outfile echo "}" >> $outfile echo "unit asuro;" >> $outfile