freifunk-firewall: tcp_westwood and ip_conntrack_max stopped working after 2.6.13...
[project/luci.git] / build / i18n-scan.pl
index 3b61bc3843f2c027b1eed69e4ad9e9a81afd58ce..9edb529ef62e9e6750f92a751dd19972efafb4d3 100755 (executable)
@@ -32,7 +32,7 @@ sub dec_tpl_str
 }
 
 
-if( open F, "find @ARGV -type f '(' -name '*.htm' -or -name '*.lua' ')' |" )
+if( open F, "find @ARGV -type f '(' -name '*.htm' -o -name '*.lua' ')' |" )
 {
        while( defined( my $file = readline F ) )
        {