diff options
author | maho <maho@FreeBSD.org> | 2009-08-20 20:30:49 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-08-20 20:30:49 +0800 |
commit | 19d99664a55cb3ad9d34848b0d8cf37f98dcb4d0 (patch) | |
tree | 52c13f35fb6fc5446ec2067b31f5712bb6bf9ead /editors | |
parent | 28ec484da0f1fe3798489df45e352b7e64a596cf (diff) | |
download | freebsd-ports-graphics-19d99664a55cb3ad9d34848b0d8cf37f98dcb4d0.tar.gz freebsd-ports-graphics-19d99664a55cb3ad9d34848b0d8cf37f98dcb4d0.tar.zst freebsd-ports-graphics-19d99664a55cb3ad9d34848b0d8cf37f98dcb4d0.zip |
Adding svn tag information for hid.lst and diffs.
Funded by: OpenOffice.org community
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/ooovcltest.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/ooovcltest.pl b/editors/openoffice.org-vcltesttool/files/ooovcltest.pl index 69214590762..941e9d45a75 100644 --- a/editors/openoffice.org-vcltesttool/files/ooovcltest.pl +++ b/editors/openoffice.org-vcltesttool/files/ooovcltest.pl @@ -126,7 +126,7 @@ close(TESTTOOLRC); ########### #checking hid.lst (generated and QUASTe) -system ("cat $path_to_ooo/../../hid.lst | sort > hid.lst.genrated\n"); -system ("sed 's/\r//' hid.lst | sort > hid.lst.quaste\n"); -system ("diff -u hid.lst.genrated hid.lst.quaste > hid.lst.diff\n"); -system ("cat hid.lst.diff\n"); +system ("cat $path_to_ooo/../../hid.lst | sort > hid.lst.$ooo_tag.genrated\n"); +system ("sed 's/\r//' hid.lst | sort > hid.lst.$ooo_tag.quaste\n"); +system ("diff -u hid.lst.$ooo_tag.genrated hid.lst.$ooo_tag.quaste > hid.lst.$ooo_tag.diff\n"); +system ("cat hid.lst.$ooo_tag.diff\n"); |