Projet

Général

Profil

Révision 3dadc395

Ajouté par Thomas Berger il y a plus de 9 ans

Silence grep tests with -q

Voir les différences:

bin/d7-reset-piwik-variables.sh
85 85
esac
86 86

  
87 87
# Default is an exception and cannot be treated in the case
88
if echo "$1" | grep default ; then
88
if echo "$1" | grep -q default ; then
89 89
    piwik_id=101
90 90
fi
91 91

  

Formats disponibles : Unified diff