beta-0.89.2
[luatex.git] / source / texk / texlive / tl_scripts / ps2frag.sh
blobb8e673be0870ec3fa79b0f6962f25e50bc511bec
1 #!/bin/sh
3 tty -s && {
4 echo
5 echo "Warning: the ps2frag script is not needed with this version of psfrag."
6 echo "Please read the manpage ps2frag(1) and the documentation of the"
7 echo "psfrag package."
8 echo
9 } >&2
11 exit 0