From 4769b3bcfc1a6bfafa02d662b1c5fcffd320e35e Mon Sep 17 00:00:00 2001 From: kueller Date: Wed, 9 Mar 2011 06:38:46 +0000 Subject: [PATCH] Kommentare im *.dmk file werden jetzt erst entfernt git-svn-id: svn://svn.compuextreme.de/Viitor/V963/ViitorMake@6040 504e572c-2e33-0410-9681-be2bf7408885 --- Scripts/checkUpdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/checkUpdate b/Scripts/checkUpdate index 50371bc..4cae81d 100755 --- a/Scripts/checkUpdate +++ b/Scripts/checkUpdate @@ -60,9 +60,9 @@ if [ ! -f $1 ]; then echo $HELP fi -#VERSION=V963 +#VERSION=V962 #LFSSOURCE=$SRCMNTPOINT/pub/ViitorLinux/$VERSION/SOURCES -for i in `cat $1|awk '{print $2}'`; do +for i in `sed -e "/^#/d" $1|awk '{print $2}'`; do clear source $i if grep -i "Quelle der Source Archive:" $i >/dev/null 2>&1; then