]> git.cameronkatri.com Git - apple_cmds.git/commitdiff
shell_cmds: Install sh as ash
authorCameron Katri <me@cameronkatri.com>
Thu, 13 May 2021 19:17:08 +0000 (15:17 -0400)
committerCameron Katri <me@cameronkatri.com>
Thu, 13 May 2021 19:17:08 +0000 (15:17 -0400)
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

index 30353512dd5b08661d27a08735e02bbb0f303ab2..7926feffd5749ca9acbc89848a7f00339d380972 100644 (file)
@@ -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 \