erreur dans le grep
This commit is contained in:
parent
7dd78a4f0e
commit
3681b8c07c
2
makepkg
2
makepkg
|
@ -39,7 +39,7 @@ DIST_BR=dist/eole/$VERSION/master
|
||||||
git push
|
git push
|
||||||
git checkout $DIST_BR
|
git checkout $DIST_BR
|
||||||
if [ $CURRENT_BRANCH = 'master' ]; then
|
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"
|
echo "compilable en 2.9"
|
||||||
else
|
else
|
||||||
echo "NON COMPILABLE EN 2.9"
|
echo "NON COMPILABLE EN 2.9"
|
||||||
|
|
Loading…
Reference in New Issue