Commit cb027c5d authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

enable running files in other directory

parent 91f1a077
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ for op in "$@";do
            ;;
    esac
done
if [[ $verbose == "true ]]
if [[ $verbose == "true" ]]
    then
    echo " checking options ..."
fi
@@ -667,7 +667,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