Skip to content

Commit

Permalink
Switch brp-compress to bash
Browse files Browse the repository at this point in the history
commit f3f763e introduced the use of 'read -d' which is
bash specific.

Signed-off-by: Dirk Müller <[email protected]>
  • Loading branch information
dirkmueller authored and pmatilai committed Nov 9, 2023
1 parent f851bce commit 4d219ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/brp-compress
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# If using normal root, avoid changing anything.
if [ -z "$RPM_BUILD_ROOT" ] || [ "$RPM_BUILD_ROOT" = "/" ]; then
Expand Down

0 comments on commit 4d219ed

Please sign in to comment.