Skip to content
Snippets Groups Projects
Verified Commit df08c0d9 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Link bash to sh instead of dash

parent c3b55cb6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
"""
......@@ -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"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment