From: Cameron Katri Date: Thu, 13 May 2021 19:17:08 +0000 (-0400) Subject: shell_cmds: Install sh as ash X-Git-Tag: v1.0~12 X-Git-Url: https://git.cameronkatri.com/apple_cmds.git/commitdiff_plain/d7f0717e34ba93aaf21789ad8cb96e966e8dbf4d 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. --- 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 \