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

Corrected check on patches/series

parent 6f8470c3
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,9 @@ cd source
compile(){
# Make sure the series file is formated correctly after removals
grep -q [a-z] debian/patches/series || echo -n > debian/patches/series
if [ -f debian/patches/series ]; then
grep -q [a-z] debian/patches/series || echo -n > debian/patches/series
fi
if [ 1$QUILT != 1skip ]; then
export QUILT_PATCHES=debian/patches
......
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