From 92dd1fe531a908243a40c63ccd1ab14ea61036d3 Mon Sep 17 00:00:00 2001
From: Ian Douglas Scott <ian@iandouglasscott.com>
Date: Thu, 8 Jun 2017 18:33:51 -0700
Subject: [PATCH] Make dash available as /bin/sh

---
 recipes/dash/recipe.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/dash/recipe.sh b/recipes/dash/recipe.sh
index 639bc8ecb..b67e079ae 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
 }
-- 
GitLab