Salut Loïc,

>     folder-hook 'debian/*' exec limit ~N
>     folder-hook 'debian/*' 'exec limit ~N'
>     folder-hook 'debian/*' limit ~N
>     folder-hook 'debian/*' 'limit ~N'

>    Sans succès. Pourtant un "exec help" fonctionne très bien.

'exec' marche bien avec help parcequ'il n'y a pas de paramètres. exec
sert à exécuter une fonction, ça s'arrête là. Ici, il faut que tu
utilises 'push' :

        folder-hook 'debian/*' 'push "<limit>~N"'

-- 
Cédric

Répondre à