From d7f0717e34ba93aaf21789ad8cb96e966e8dbf4d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 13 May 2021 15:17:08 -0400 Subject: 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. --- shell_cmds/sh/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'shell_cmds') 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 \ -- cgit v1.2.3