Do not break if debian/patches/series has no active patches
This commit is contained in:
parent
2f4dea673d
commit
4eac99b54a
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ fi
|
||||||
|
|
||||||
if [ 1$QUILT != 1skip ]; then
|
if [ 1$QUILT != 1skip ]; then
|
||||||
export QUILT_PATCHES=debian/patches
|
export QUILT_PATCHES=debian/patches
|
||||||
[ -s debian/patches/series ] && quilt push -a
|
grep -qv '^#' debian/patches/series 2>/dev/null && quilt push -a
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue