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