mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c8a7494f7e
The file with the include code needs to be included. This is done by figuring out were it is located using which. . `which sh-include` will take care of it for sh. sh example... . `which sh-include` include fileGetLine line=`fileGetLine /etc/group 4` PR: ports/111829 Submitted by: Zane C. Bowers
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
bin/sh-include
|
|
bin/bash-include
|
|
libexec/shell-include/sh/random
|
|
libexec/shell-include/sh/fileGetLine
|
|
@dirrm libexec/shell-include/sh
|
|
libexec/shell-include/bash/random
|
|
libexec/shell-include/bash/fileGetLine
|
|
@dirrm libexec/shell-include/bash
|
|
@dirrm libexec/shell-include
|