aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-13 15:17:08 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-13 15:17:08 -0400
commitd7f0717e34ba93aaf21789ad8cb96e966e8dbf4d (patch)
treef2a874196f79ec13a12abf55fd4d5f3bca490de4
parentf8e71cdc095697a58b446c498cfe307602fc2da1 (diff)
downloadapple_cmds-d7f0717e34ba93aaf21789ad8cb96e966e8dbf4d.tar.gz
apple_cmds-d7f0717e34ba93aaf21789ad8cb96e966e8dbf4d.tar.zst
apple_cmds-d7f0717e34ba93aaf21789ad8cb96e966e8dbf4d.zip
shell_cmds: Install sh as ash
I am leaving it up to the packager to hard link /bin/sh because it is common to use dash (Debian Almquist shell) as /bin/sh so it doesn't makes sense to force the usage of FreeBSD's fork of ash when it can break an existing ash install.
-rw-r--r--shell_cmds/sh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell_cmds/sh/Makefile b/shell_cmds/sh/Makefile
index 3035351..7926fef 100644
--- a/shell_cmds/sh/Makefile
+++ b/shell_cmds/sh/Makefile
@@ -5,6 +5,7 @@ BINDIR=/bin
PACKAGE=runtime
PROG= sh
+PROGNAME= ash
INSTALLFLAGS= -S
SHSRCS= alias.c arith_yacc.c arith_yylex.c cd.c echo.c error.c eval.c \
exec.c expand.c \