]> git.pld-linux.org Git - packages/ZendFramework.git/commitdiff
- remove debug
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 21 Oct 2008 23:10:33 +0000 (23:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ZendFramework-find-lang.sh -> 1.2

ZendFramework-find-lang.sh

index 5a7778fde7c3587337c9f184e17c595ed1781567..7ffc29abebe14e41eb09820a2cebb44561c4b718 100644 (file)
@@ -25,5 +25,5 @@ find $dir -type f -name '*.xml' | while read file; do
        # TODO: <variant type="SAAHO"/>
 
        lang=$language${territory:+_$territory}${script:+@$script}
-       echo "%lang($lang) ${file#$RPM_BUILD_ROOT} # $o" >> $langfile
+       echo "%lang($lang) ${file#$RPM_BUILD_ROOT}" >> $langfile
 done
This page took 0.086325 seconds and 4 git commands to generate.