mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
9aee951f75
that does. * Remove misleading full path name from usage message. * Improve fgets() usage. * Add converters category. * Improve pkg-comment and pkg-descr.
7 lines
108 B
Bash
7 lines
108 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
export BABEL_DIR=${BABEL_DIR-@PREFIX@/share/babel}
|
|
|
|
exec @PREFIX@/libexec/babel "$@"
|