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:
parent
f851bce1ef
commit
4d219ed463
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# If using normal root, avoid changing anything.
|
||||
if [ -z "$RPM_BUILD_ROOT" ] || [ "$RPM_BUILD_ROOT" = "/" ]; then
|
||||
|
|
Loading…
Reference in New Issue