mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
|
#! /bin/sh
|
||
|
export INFOPATH=/usr/X11R6/info:/usr/share/info:/usr/local/info
|
||
|
exec ${SCRIPT_FILENAME%/*}/gnuinfo
|