diff --git a/CHANGES.txt b/CHANGES.txt index 89e1fd2..4659cda 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +## Version 1.2.1 du 20/04/2015-01:15 + +145acfa bug + ## Version 1.2.0 du 16/04/2015-13:59 d756a6c Intégration de la branche ldapt diff --git a/VERSION.txt b/VERSION.txt index 26aaba0..6085e94 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/lib/ulib/apache.tools b/lib/ulib/apache.tools index 94de86e..b2afcfd 100644 --- a/lib/ulib/apache.tools +++ b/lib/ulib/apache.tools @@ -161,7 +161,7 @@ function __apache_autoconf_fillcopy() { # script sed $FILLSCRIPT. Le fichier temporaire $FILLTEMP est utilisé pour # le remplacement des valeurs. $3 contient le cas échéant des commandes sed # supplémentaires - local src="$1" dest="$2" perms="${3:-go+rX}" + local src="$1" dest="$2" sedscript="$3" perms="${4:-go+rX}" local var found for var in "${FILLVARS[@]}"; do