From e6d87da3fba638080f1c43d8930b09e462d0e040 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 21 Feb 2022 20:38:23 +0000 Subject: added dash --- repo/util/bash.xibuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'repo/util/bash.xibuild') diff --git a/repo/util/bash.xibuild b/repo/util/bash.xibuild index 8e1a3d8..15f0f89 100644 --- a/repo/util/bash.xibuild +++ b/repo/util/bash.xibuild @@ -14,7 +14,9 @@ build () { package () { make DESTDIR=$PKG_DEST install - ln $PKG_DEST/usr/bin/bash $PKG_DEST/usr/bin/sh + + # favouring dash as /bin/sh + #ln $PKG_DEST/usr/bin/bash $PKG_DEST/usr/bin/sh } postinstall () { -- cgit v1.2.1