Link bash to sh instead of dash

This commit is contained in:
Jeremy Soller 2023-09-09 19:02:48 -06:00
parent c3b55cb67a
commit df08c0d9e1
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975
2 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,5 @@ COOKBOOK_CONFIGURE_FLAGS+=(
)
COOKBOOK_MAKE_JOBS=1 # workaround for parallel make bugs
cookbook_configure
ln -s "bash" "${COOKBOOK_STAGE}/bin/sh"
"""

View File

@ -18,5 +18,4 @@ sed -i'' -e 's|#define HAVE_GETRLIMIT 1|/* #undef HAVE_GETRLIMIT */|g' config.h
COOKBOOK_CONFIGURE="true"
COOKBOOK_CONFIGURE_FLAGS=()
cookbook_configure
ln -s "dash" "${COOKBOOK_STAGE}/bin/sh"
"""