From bfc3608891fce14fd4f0e508e93ae5227fcb8a5f Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sat, 10 Oct 2020 20:09:16 -0600
Subject: [PATCH] Create link for sh to dash

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

diff --git a/recipes/dash/recipe.toml b/recipes/dash/recipe.toml
index c4bc57515..14a765719 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"
 """
-- 
GitLab