Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2d6d4933 authored by BOULLE Olivier's avatar BOULLE Olivier
Browse files

changed echo when undefined

parent 1c9f66cd
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ get_doc_param() {
if [ "$param_value" != "" ]; then
echo "$param_value"
else
echo "$3"
echo "undefined"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment