diff --git a/recipes/bash/recipe.toml b/recipes/bash/recipe.toml
index 06a56482d7ac0e6ec0e97b43edc9db10d45a3e4d..68b0f3fcb80ce08eeedcad095a22fc678a92815f 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 14a7657195793c31bf32af78baef814256530bfe..c4bc5751544eafbe300e5aaf2ef80a475382101b 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"
 """