17 Nov 2017, 06:53

@mightor said in Avis sur Amiga4recalbox:

@voljega Je suis dans un bon jour, voilà la correction du script genUAE.sh, ligne 7 (annule et remplace):
find . -maxdepth 1 -type d ! -wholename "./downloaded_images" ! -wholename "." | while read fileFolder ; do

merci !
mais c'est pas plutôt :
find . -maxdepth 1 -type d ! -wholename "./downloaded_images" ! -wholename ".." | while read fileFolder ; do

?