summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-08-20 12:30:49 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-08-20 12:30:49 +0000
commit6964933fadd59c982866ac6672adf255cd0261ab (patch)
tree0ea946a6047c2ad5a1c899f15f7ebc349fccc906 /editors/openoffice.org-vcltesttool/files
parentUpdate to DEV300_m55. (diff)
Adding svn tag information for hid.lst and diffs.
Funded by: OpenOffice.org community
Notes
Notes: svn path=/head/; revision=239989
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files')
-rw-r--r--editors/openoffice.org-vcltesttool/files/ooovcltest.pl8
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 69214590762c..941e9d45a759 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");