blob: bce3f17791a9e3a00de5ab847fe65c72298abbf6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 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.
./pdftex -version || exit 1
|