#!/bin/sh
if [ -z $DISPLAY ]; then
	echo "eagle: cannot open display"
	exit 1
fi
export XLIB_SKIP_ARGB_VISUALS=1
exec /usr/lib/eagle/bin/eagle "$@"
