diff --git a/makepkg b/makepkg index 420c975..742661e 100755 --- a/makepkg +++ b/makepkg @@ -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"