ab92d3
From 58e04fa657c09322feaa195d465514a850acfcb7 Mon Sep 17 00:00:00 2001
ab92d3
From: Kairui Song <kasong@redhat.com>
ab92d3
Date: Fri, 4 Dec 2020 15:37:27 +0800
ab92d3
Subject: [PATCH] fix(squash): this module shouldn't depend on bash
ab92d3
ab92d3
Any other shell should just work.
ab92d3
ab92d3
(cherry picked from commit c552c99ef8e5251e35242e0a3c09eafcd917b31a)
ab92d3
ab92d3
Resolves: #1959336
ab92d3
---
ab92d3
 modules.d/99squash/module-setup.sh | 2 +-
ab92d3
 1 file changed, 1 insertion(+), 1 deletion(-)
ab92d3
ab92d3
diff --git a/modules.d/99squash/module-setup.sh b/modules.d/99squash/module-setup.sh
ab92d3
index 5b2435cc..ba9d52ff 100644
ab92d3
--- a/modules.d/99squash/module-setup.sh
ab92d3
+++ b/modules.d/99squash/module-setup.sh
ab92d3
@@ -22,7 +22,7 @@ check() {
ab92d3
 }
ab92d3
 
ab92d3
 depends() {
ab92d3
-    echo "bash systemd-initrd"
ab92d3
+    echo "systemd-initrd"
ab92d3
     return 0
ab92d3
 }
ab92d3
 
ab92d3