#!/bin/sh
# apply patch
# $1: new release#
# $2: old release#

cd /local/etdist
cd ..
patch -l -p < patches/patch$1
mv et$2 et$1
