blob: d1a6182ae5ac4d68a7ca35b7233709c17b5ef18e (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
# Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
# Not really a test, just making sure the program executes.
./xetex -version || exit 1
|