X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=rg%2Finstall.sh;h=f97939963de3c7fc1a84c5e0fd9202344e5673a8;hb=46445e9382905a52e770d44191235be179616049;hp=3646e036dedefb73fbd0e8198e4e4eaad98943dd;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/rg/install.sh b/rg/install.sh index 3646e03..f979399 100644 --- a/rg/install.sh +++ b/rg/install.sh @@ -33,6 +33,6 @@ # +SIMD -AVX (runtime) # This trims it down to just the version number: # 12.1.1 - echo $(rg --version 2>/dev/null | head -n 1 | cut -d ' ' -f 2) + echo $(rg --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2) } }