Intégration de la branche release-3.0.1

This commit is contained in:
Jephté Clain 2015-12-31 12:36:56 +04:00
commit d313a0dc49
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## Version 3.0.1 du 31/12/2015-12:36
56c305a awk ne supporte pas \s
## Version 3.0.0 du 24/12/2015-15:39 ## Version 3.0.0 du 24/12/2015-15:39
4b1c30b nouvelles fonctions pour le module cgi. cgilsxml, cgiupload et cgiparams sont rassemblés dans le module cgisupport 4b1c30b nouvelles fonctions pour le module cgi. cgilsxml, cgiupload et cgiparams sont rassemblés dans le module cgisupport

View File

@ -1 +1 @@
3.0.0 3.0.1

View File

@ -1144,7 +1144,7 @@ _known_hosts_real()
if [ ${#kh[@]} -gt 0 ]; then if [ ${#kh[@]} -gt 0 ]; then
# FS needs to look for a comma separated list # FS needs to look for a comma separated list
COMPREPLY=( "${COMPREPLY[@]}" $( awk 'BEGIN {FS=","} COMPREPLY=( "${COMPREPLY[@]}" $( awk 'BEGIN {FS=","}
/^\s*[^|\#]/ {for (i=1; i<=2; ++i) { \ /^[[:blank:]]*[^|\#]/ {for (i=1; i<=2; ++i) { \
gsub(" .*$", "", $i); \ gsub(" .*$", "", $i); \
gsub("[\\[\\]]", "", $i); \ gsub("[\\[\\]]", "", $i); \
gsub(":[0-9]+$", "", $i); \ gsub(":[0-9]+$", "", $i); \