Projet

Général

Profil

Révision ae7db9c1

Ajouté par Julien Enselme il y a environ 10 ans

Invalid test for string equality

Voir les différences:

bin/d7-create-site.sh
7 7
help="# ARGS: site_name [--no-init-database]"
8 8

  
9 9
init_db=0
10
if [ $2 = "--no-init-database" ] ; then
10
if [ "$2" = "--no-init-database" ] ; then
11 11
    init_db=1
12 12
fi
13 13

  

Formats disponibles : Unified diff