erreur dans le grep

This commit is contained in:
Emmanuel Garette 2022-02-14 14:05:24 +01:00
parent 7dd78a4f0e
commit 3681b8c07c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ DIST_BR=dist/eole/$VERSION/master
git push
git checkout $DIST_BR
if [ $CURRENT_BRANCH = 'master' ]; then
if grep Zgzip debian/rules -q Zgzip debian/rules; then
if grep -q Zgzip debian/rules; then
echo "compilable en 2.9"
else
echo "NON COMPILABLE EN 2.9"