#!/bin/sh
# from https://bugzilla.novell.com/show_bug.cgi?id=767294
# https://bugzilla.novell.com/attachment.cgi?id=512770
#
# as starting workaround for OpenSUSE 12.2 avr-g++

PATH=/usr/avr/bin:${PATH}
/opt/cross/avr/bin/avr-g++ "$@"

