From 81c2c5e775d83896f25981cf4c4e486c5cc91180 Mon Sep 17 00:00:00 2001 From: Marius Eriksen Date: Sun, 21 Oct 2012 16:52:08 -0400 Subject: acme: add $acmeshell to control execution shell R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056 --- src/cmd/acme/dat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/acme/dat.h') diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 0539d1ac..72860db3 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -535,6 +535,7 @@ int fsyspid; char *cputype; char *objtype; char *home; +char *acmeshell; char *fontnames[2]; Image *tagcols[NCOL]; Image *textcols[NCOL]; -- cgit v1.2.3