mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
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>
12 lines
310 B
Text
12 lines
310 B
Text
diff -ru heirloom-sh-050706/defs.h heirloom-sh-050706.new/defs.h
|
|
--- defs.h 2005-07-03 21:25:46.000000000 +0200
|
|
+++ defs.h 2008-03-27 22:30:33.000000000 +0100
|
|
@@ -148,7 +148,7 @@
|
|
#define ENDARGS 0
|
|
|
|
/* enable shell accounting */
|
|
-#define ACCT
|
|
+/* #define ACCT */
|
|
|
|
#include <unistd.h>
|
|
#include "mac.h"
|