From 3681b8c07ca988c7f420804838c64360d87baf14 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 14 Feb 2022 14:05:24 +0100 Subject: [PATCH] erreur dans le grep --- makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"