summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/version.test
blob: 091b419fffdf6b1bc60e0d8f0027a97cb7112d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2015 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

BinDir=${BinDir:-.}
ExeExt=${ExeExt:-}
_wofm2opl=$BinDir/wofm2opl$ExeExt
_wopl2ofm=$BinDir/wopl2ofm$ExeExt
_wovf2ovp=$BinDir/wovf2ovp$ExeExt
_wovp2ovf=$BinDir/wovp2ovf$ExeExt

echo && echo "*** ofm2opl -version"
$_wofm2opl -version || exit 1

echo && echo "*** opl2ofm -version"
$_wopl2ofm -version || exit 2

echo && echo "*** ovf2ovp -version"
$_wovf2ovp -version || exit 3

echo && echo "*** ovp2ovf -version"
$_wovp2ovf -version || exit 4