We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7539f97 commit d83359aCopy full SHA for d83359a
common.sh
@@ -40,8 +40,8 @@ function apply_patch_series {
40
gpatch --batch --forward --strip=1 $args -i "$WS/patches-$VERSION/$patch"
41
done
42
# Apply SPARC only patches if there are any.
43
- mach | grep sparc > /dev/null || return
44
- test -f "$WS/patches-$VERSION/series-sparc-only" || return
+ mach | grep sparc > /dev/null || return 0
+ test -f "$WS/patches-$VERSION/series-sparc-only" || return 0
45
cat "$WS/patches-$VERSION/series-sparc-only" | while read patch args; do
46
echo $patch | grep ^\# > /dev/null && continue
47
0 commit comments