diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-06-29 15:32:00 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-06-29 22:46:20 +0000 |
commit | 76c2125ee3eeb64a95501c26c2fa660cd0f8818c (patch) | |
tree | 9fd218448807ab93e6bf7bd95357b37d0a92e1e9 /bin | |
parent | 11f69994b0231a760231b712d9faf6806334232f (diff) |
Add MS binary format validator support for wine
Run bffvalidator also from Linux, reportedly works from wine 1.9
upwards. Wraps stuff in a shell for path name conversion.
Change-Id: I3093b10bbbf89aaff97f63485b8ccadb417b3561
Reviewed-on: https://gerrit.libreoffice.org/26784
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/bffvalidator.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bffvalidator.sh.in b/bin/bffvalidator.sh.in new file mode 100644 index 000000000000..e43522764938 --- /dev/null +++ b/bin/bffvalidator.sh.in @@ -0,0 +1,3 @@ +#!/bin/sh + +wine @BFFVALIDATOR_EXE@ `winepath -w $1` |