Merge branch 'master' of ssh://apo.geoffray-levasseur.org/share/services/git/legos
This commit is contained in:
@@ -19,13 +19,17 @@ read_commandline()
|
||||
prnt E "Erreur d'analyse de la ligne de commande, vérifiez vos paramètres."
|
||||
die 1 --force
|
||||
}
|
||||
|
||||
|
||||
# Processing command line options
|
||||
local want_module=false
|
||||
local want_logfile=false
|
||||
local want_conffile=false
|
||||
<<<<<<< HEAD
|
||||
local want_conffile=false
|
||||
|
||||
=======
|
||||
|
||||
>>>>>>> 4cfa6561d648917e254a858a5d38cf4d4a90267e
|
||||
local opt=
|
||||
for opt in $@; do
|
||||
case $opt in
|
||||
|
||||
Reference in New Issue
Block a user