#!/bin/sh
# see https://bugzilla.suse.com/show_bug.cgi?id=767294

progname=${0##*/}

PATH=/usr/avr/avr/bin:${PATH}
exec /usr/avr/bin/$progname "$@"

