diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0a6f3579ab..9927945bb3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-04-20 Junichi Satoh + + * extras/check_other_languages.sh: Added missing '/'. + 2010-04-19 Sergio Martin * godmode/users/user_list.php: Fixed the delete the actual diff --git a/pandora_console/extras/check_other_languages.sh b/pandora_console/extras/check_other_languages.sh index 15c0052800..7f912d8e56 100755 --- a/pandora_console/extras/check_other_languages.sh +++ b/pandora_console/extras/check_other_languages.sh @@ -18,7 +18,7 @@ fi mkdir "/tmp/$1" >> /dev/null 2> /dev/null for a in `ls include/help/en` do - ESTA=`find include/help/$1 $a 2> /dev/null | wc -l` + ESTA=`find include/help/$1/$a 2> /dev/null | wc -l` if [ $ESTA == 0 ] then echo "Missing $a, and copying to /tmp/$1"