From 4d219ed463984d69c532413584a4bd7b5e76e8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Thu, 9 Nov 2023 13:34:15 +0100 Subject: [PATCH] Switch brp-compress to bash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit f3f763e54d introduced the use of 'read -d' which is bash specific. Signed-off-by: Dirk Müller --- scripts/brp-compress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/brp-compress b/scripts/brp-compress index 448a79674..513fa0265 100755 --- a/scripts/brp-compress +++ b/scripts/brp-compress @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # If using normal root, avoid changing anything. if [ -z "$RPM_BUILD_ROOT" ] || [ "$RPM_BUILD_ROOT" = "/" ]; then