X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/9697f93d664e3bce7ec34e334a9488ccaa3ff685..3016db029e1815d651db2e335eee94c165355449:/Experimentations/make_params

diff --git a/Experimentations/make_params b/Experimentations/make_params
index dd7e201..2d5c26b 100755
--- a/Experimentations/make_params
+++ b/Experimentations/make_params
@@ -3,7 +3,7 @@
 set -e
 
 TEMPLATE=${1:-"ag_parameters"}
-PREFIX=param
+PREFIX=${2:-"param"}
 
 log() {
     echo "-#- $@" >&2