summaryrefslogtreecommitdiff
path: root/scripting/workben
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-05-29 14:51:17 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-05-29 14:51:17 +0000
commit70cd3f4e11dd489f40499cb6a13328235b274f57 (patch)
tree71202477ccea2d715ba60ef56c1f4f1ee86d6507 /scripting/workben
parent51aa713baa7cac8aca05555cdcb0a939c3dd5d03 (diff)
Set up pkgchk command line correctly on windows
Diffstat (limited to 'scripting/workben')
-rw-r--r--scripting/workben/installer/Register.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/workben/installer/Register.java b/scripting/workben/installer/Register.java
index c62b8f17ce47..03b96fc9e36c 100644
--- a/scripting/workben/installer/Register.java
+++ b/scripting/workben/installer/Register.java
@@ -86,7 +86,7 @@ public class Register{
}
}
else {
- cmd = "\"" + progpath + "pkgchk.exe -f \" \"" + progpath +
+ cmd = "\"" + progpath + "pkgchk.exe\" -f \"" + progpath +
packages[i] + "\"";
System.err.println(cmd);