X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=xz%2Finstall.sh;h=7ff18a569336438a3dd4e54004ec079474cb9d08;hb=46445e9382905a52e770d44191235be179616049;hp=54beb4c12fb1c4cf5bcbe3ec6873118eb05e0416;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/xz/install.sh b/xz/install.sh index 54beb4c..7ff18a5 100644 --- a/xz/install.sh +++ b/xz/install.sh @@ -42,6 +42,6 @@ # liblzma 5.2.5 # This trims it down to just the version number: # 5.2.5 - echo $(xz --version 2>/dev/null | head -n 1 | cut -d ' ' -f 4) + echo $(xz --version 2> /dev/null | head -n 1 | cut -d ' ' -f 4) } }