diff --git a/recipes/dash/recipe.sh b/recipes/dash/recipe.sh
index 639bc8ecb61279e0280e22dbf7f971623c3516dd..b67e079ae08460ddd7db7ae7fe17a8499f9f8f05 100644
--- a/recipes/dash/recipe.sh
+++ b/recipes/dash/recipe.sh
@@ -44,5 +44,6 @@ function recipe_clean {
 function recipe_stage {
     dest="$(realpath $1)"
     make DESTDIR="$dest" install
+    cp "$1/bin/dash" "$1/bin/sh" # TODO: symlink when Redox supports them
     skip=1
 }