Kommentare im *.dmk file werden jetzt erst entfernt

git-svn-id: svn://svn.compuextreme.de/Viitor/V963/ViitorMake@6040 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2011-03-09 06:38:46 +00:00
parent e715816a87
commit 4769b3bcfc

View File

@ -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