From b5343120ed670ce088dac4ea2a7d23986df92e1b Mon Sep 17 00:00:00 2001 From: jsatoh Date: Tue, 20 Apr 2010 02:20:10 +0000 Subject: [PATCH] 2010-04-20 Junichi Satoh * extras/check_other_languages.sh: Added missing '/'. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2581 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/extras/check_other_languages.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"