summaryrefslogtreecommitdiff
path: root/dist/newalpha
blob: e206a30250314b21963b8610c8a1db0b1d15bf04 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh
#	$Header: /cvsroot/osrs/libtiff/dist/newalpha,v 1.1.1.1 1999/07/27 21:50:27 mike Exp $
if test -r tiff.alpha; then
    ALPHA=`cat tiff.alpha`; rm -f tiff.alpha
    echo "$ALPHA" | awk '{ printf "define ALPHA %03d\n", $3+1}' > tiff.alpha
else
    echo "define ALPHA 001" >tiff.alpha
fi