diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-07 17:08:12 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-13 18:22:25 -0600 |
commit | d64c9d205083ca82823f9f5ff178a5581f6c8b2a (patch) | |
tree | d35f28731ecefeec467d0c067ca6f3f1caf263d0 /README.md | |
parent | b2b2c57a3898c945b33b8bf0a10b658483be09c1 (diff) |
add experimental support for an alternate shell for service scripts
This is for #288.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ PKG_PREFIX=/usr/pkg LOCAL_PREFIX=/usr/local PREFIX=/usr/local BRANDING=\"Gentoo/$(uname -s)\" +SH=/bin/sh ``` ## Notes |