cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / xz / install.sh
index 54beb4c12fb1c4cf5bcbe3ec6873118eb05e0416..7ff18a569336438a3dd4e54004ec079474cb9d08 100644 (file)
@@ -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)
     }
 }