fixed link problem in download script
[hdw-linux/hdw-linux.git] / scripts / Download
index 830ebd2..cd73b12 100755 (executable)
@@ -217,11 +217,11 @@ for dir in `ls -A --ignore="CVS" ./download`; do
                echo
                # possibly the package exists
                mkdir -p ./download/$dir/$pkg ; cd ./download/$dir/$pkg
+                               tolf="`find ../.. -name $file | tail -1`"
                                if [ -f ./$file ] ; then
                                        echo "$file allready downloaded."
                                        echo
-                               elif [ -n "`find ../../.. -name $file`" ] ; then
-                                       tolf="`echo $bar | awk '{ print $1 }'`"
+                               elif [ -n "$tolf" ] ; then
                                        ln -svf $tolf .
                                else