Skip to content
Snippets Groups Projects
Commit 4eac99b5 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Do not break if debian/patches/series has no active patches

parent 2f4dea67
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ fi
if [ 1$QUILT != 1skip ]; then
export QUILT_PATCHES=debian/patches
[ -s debian/patches/series ] && quilt push -a
grep -qv '^#' debian/patches/series 2>/dev/null && quilt push -a
fi
cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment