DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦7863c5d81⟧ TextFile

    Length: 344 (0x158)
    Types: TextFile
    Names: »transcheck.awk«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/Spiderweb/master/transcheck.awk« 

TextFile

##162:

#line 2533 "/u/nr/web/src/master/spider.web"

#line 2534 "/u/nr/web/src/master/spider.web"
/^good translations$/,/^test translations$/{
if($0!~/^good translations$|^test translations$/){
istranslation[$0]=1
}
next
}

{if(istranslation[$0]!=1){
print"Error:",$0,"is not a valid translation"
exitcode=-1
}
}

END{
exit exitcode
}
##:162