build/: Replace -or with -o #133
[project/luci.git] / build / i18n-scan.pl
index 3b61bc3..9edb529 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 ) )
        {