Switch brp-compress to bash

commit f3f763e54d introduced the use of 'read -d' which is
bash specific.

Signed-off-by: Dirk Müller <dirk@dmllr.de>
This commit is contained in:
Dirk Müller 2023-11-09 13:34:15 +01:00 committed by Panu Matilainen
parent f851bce1ef
commit 4d219ed463
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# If using normal root, avoid changing anything.
if [ -z "$RPM_BUILD_ROOT" ] || [ "$RPM_BUILD_ROOT" = "/" ]; then