diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-30 05:34:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-30 05:34:02 +0800 |
commit | 3e51980ec4b946aff4aec37aca6cee75ff5a4103 (patch) | |
tree | 228bdef064b396b63997c9e585d782cd334e784f /shells/Makefile | |
parent | a4ccdc92b0a531144032beac09559d5a3f5b0068 (diff) | |
download | freebsd-ports-gnome-3e51980ec4b946aff4aec37aca6cee75ff5a4103.tar.gz freebsd-ports-gnome-3e51980ec4b946aff4aec37aca6cee75ff5a4103.tar.zst freebsd-ports-gnome-3e51980ec4b946aff4aec37aca6cee75ff5a4103.zip |
Heirloom-sh is a portable version of OpenSolaris' #!/bin/sh.
If one need to write portable shell scripts, this one is excellent for
testing them. It is installed as jsh (job shell).
Other OpenSolaris user land tools are available in sysutils/heirloom
WWW: http://heirloom.sourceforge.net/sh.html
PR: ports/122192
Submitted by: Danijel Tasov <danielt at pilgerer.org>
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index bd3a27f544b4..7e04bc3b1f02 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -15,6 +15,7 @@ SUBDIR += fish SUBDIR += flash SUBDIR += gscommander + SUBDIR += heirloom-sh SUBDIR += ibsh SUBDIR += ksh93 SUBDIR += mksh |