From 5f6bd1078b20823e7382ade77e34d65e9c365772 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 2 Feb 2022 23:06:47 +0000 Subject: made rust compile correctly for js78 to work --- repo/util/bash.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/util') diff --git a/repo/util/bash.xibuild b/repo/util/bash.xibuild index 051379f..8b02e5a 100644 --- a/repo/util/bash.xibuild +++ b/repo/util/bash.xibuild @@ -18,5 +18,5 @@ package () { } postinstall () { - echo "/bin/bash" >> /etc/shells + grep -q "bash" /etc/shells || echo "/bin/bash" >> /etc/shells } -- cgit v1.2.1