]> git.pld-linux.org Git - packages/calamaris.git/commitdiff
- fix indent
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 7 Feb 2007 16:56:07 +0000 (16:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    calamaris-croniface -> 1.9

calamaris-croniface

index 23ee5c3f9a9ed048084264812507e42824b58bb0..17f5b183734d255479d591380317be1acee97b18 100644 (file)
@@ -51,12 +51,11 @@ call_calamaris() {
        for FILE in $1; do
                if [[ $FILE = *.gz ]]; then
                        zcat $FILE
-               else if [[ $FILE = *.bz2 ]]; then
+               elif [[ $FILE = *.bz2 ]]; then
                        bzcat $FILE
                else
                        cat $FILE
                fi
-               fi
        done
        ) | calamaris $2
 }
This page took 0.114042 seconds and 4 git commands to generate.