diff --git a/recipes/dash/recipe.toml b/recipes/dash/recipe.toml
index c4bc5751544eafbe300e5aaf2ef80a475382101b..14a7657195793c31bf32af78baef814256530bfe 100644
--- a/recipes/dash/recipe.toml
+++ b/recipes/dash/recipe.toml
@@ -18,4 +18,5 @@ 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"
 """