Commit 60f281dd authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

correct links

parent 581e186a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -673,7 +673,7 @@ if [ ! -f $read ] || [ -h $read ]
    then
    echo "  warning: file $read not in current directory"
    echo "   creating link to full path"
    ln -s -f $read $path
    ln -s -f $path $read
    read2[$i]=$read
fi
done