#! /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 den' name='id' value='f599e68268fbce22c9c226e1423e54acc59baff4'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Halmstad_Oskarstrom (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2009-03-13combine scan file for it-VeronaChristoph Pfister1-1/+2
http://www.spinics.net/lists/linux-media/msg02837.html http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/2861
2009-03-13update scan files for fi-*Christoph Pfister2-4/+0
http://www.mail-archive.com/linux-media@vger.kernel.org/msg02705.html http://www.spinics.net/lists/linux-media/msg02800.html
2009-03-08update scan file for ch-CitycableChristoph Pfister1-0/+4
http://linuxtv.org/pipermail/linux-dvb/2009-March/031949.html
2009-03-08update scan file for au-SunshineCoastChristoph Pfister1-9/+9
http://www.mail-archive.com/linux-media@vger.kernel.org/msg02432.html http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/2561