Commit 3e247c82 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

correct verbose

parent aa89c591
Loading
Loading
Loading
Loading
+1 −1
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