cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / lsd / install.ps1
index 4b4358594aad9f24b26acb4444a74890dba4d0cc..bc74e442f192ba81222000ebd1b58a8c9f15636d 100644 (file)
@@ -34,7 +34,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
     # Enter tmp
     pushd .local\tmp
 
-        # Remove any leftover tmp cruft 
+        # Remove any leftover tmp cruft
         Remove-Item -Path ".\lsd-v*" -Recurse -ErrorAction Ignore
         Remove-Item -Path ".\lsd.exe" -Recurse -ErrorAction Ignore
 
@@ -42,7 +42,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
         # Windows BSD-tar handles zip. Imagine that.
         echo "Unpacking $pkg_download"
         & tar xf "$pkg_download"
-        
+
 
         # Settle unpacked archive into place
         echo "Install Location: $pkg_src_cmd"