Commit a4cfe11d authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

correct readlink

parent 5eb7bf69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ fi
for i in ${!read2[@]}; do
    read=${read2[$i]}
    if [[ -h $read ]]; then
        path=`readlink -f $raed`
        path=`readlink -f $read`
        if [[ $verbose == "true" ]]; then
            echo " ***Warning: file $read not in current directory. Path to the file captured instead***"
            echo " (file) $read"