1#!/bin/sh 2 3export BABEL_DIR=${BABEL_DIR-@PREFIX@/share/babel} 4 5exec @PREFIX@/libexec/babel "$@" 6 7