#! /bin/sh

PATH="/usr/lib/fixincludes:$PATH"

TARGET_MACHINE=`dpkg-architecture -qDEB_HOST_GNU_TYPE`
export TARGET_MACHINE

exec fixinc.sh "$@"
