#!/bin/sh

if [ -z "$ECOS_REPOSITORY" ]; then
  export ECOS_REPOSITORY=/usr/src/ecos/packages
fi

exec /usr/bin/ecosconfig-bin "$@"
