#!/bin/sh # $Id: svn_version.sh 756 2007-01-23 04:38:43Z michael $ # $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/svn_version.sh $ OLD_VERSION=`cat svn_version.h 2>/dev/null` if [ -d .svn ]; then NEW_VERSION="#define SVN_VERSION \"`svnversion -n`\"" fi if [ "$NEW_VERSION" != "$OLD_VERSION" ]; then echo $NEW_VERSION >svn_version.h fi s://git.dereenigne.org/debian/dtv-scan-tables.git' title='dtv-scan-tables.git Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fi-DNA-Jyvaskyla
blob: e57fd2e110bd2bea172243f51a43269aae632812 (plain)
1
2
3
4
5