From c8a7494f7e1757230a1138fed9222b97959b2789 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 20 Apr 2007 21:36:35 +0000 Subject: Allows include files to be used in shells the same way they are with C. 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 --- shells/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'shells/Makefile') diff --git a/shells/Makefile b/shells/Makefile index 0e4b8be91ce9..6548f3d1e13c 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -28,6 +28,7 @@ SUBDIR += rssh SUBDIR += sash SUBDIR += scponly + SUBDIR += shell-include SUBDIR += tcsh-bofh SUBDIR += tcsh_nls SUBDIR += tcshrc -- cgit v1.2.3