Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add WWW in pkg-descr. | Jean Milanez Melo | 2007-05-28 | 1 | -0/+2 |
| | | | | | | | | | PR: ports/112209 Submitted by: kitsune <v.velox@vvelox.net> Approved by: Zane C.B. <vvelox@vvelox.net> Notes: svn path=/head/; revision=192186 | ||||
* | Allows include files to be used in shells the same way they are with C. | Martin Wilke | 2007-04-20 | 4 | -0/+60 |
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 Notes: svn path=/head/; revision=190502 |