From df08c0d9e10c1649481c9291c4e07bff0034e15a Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sat, 9 Sep 2023 19:02:48 -0600 Subject: [PATCH] Link bash to sh instead of dash --- recipes/bash/recipe.toml | 1 + recipes/dash/recipe.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/bash/recipe.toml b/recipes/bash/recipe.toml index 06a56482d..68b0f3fcb 100644 --- a/recipes/bash/recipe.toml +++ b/recipes/bash/recipe.toml @@ -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" """ diff --git a/recipes/dash/recipe.toml b/recipes/dash/recipe.toml index 14a765719..c4bc57515 100644 --- a/recipes/dash/recipe.toml +++ b/recipes/dash/recipe.toml @@ -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" """ -- GitLab