#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.2 2003/02/27 07:43:11 reinelt Exp $ errstatus=0 for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case "$pathcomp" in -* ) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr fi fi pathcomp="$pathcomp/" done done exit $errstatus # mkinstalldirs ends here lue='7c28523a26b4df9b26d42ca57363dd817794e2e3'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Alvdalen_Brunnsberg (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-22update scan file for au-PerthChristoph Pfister1-1/+1
2007-05-16add scan file for whole DenmarkChristoph Pfister3-6/+16
2007-05-16update scan file for de-WuerzburgChristoph Pfister1-1/+1
2007-05-16overall whitespace & encoding fixesChristoph Pfister258-618/+584
2007-05-11update scan file for de-LeipzigChristoph Pfister1-5/+6
2007-05-06update scan file for es-MalagaChristoph Pfister1-16/+8
2007-05-06update scan file for uk-EmleyMoorChristoph Pfister1-1/+6
2007-05-04update scan file for Eurobird1-28.5EChristoph Pfister1-1/+3