X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=pandoc%2Finstall.ps1;fp=pandoc%2Finstall.ps1;h=709e9106436e603b90700a5934527d827b1fe7b1;hb=46445e9382905a52e770d44191235be179616049;hp=4f48056a1314e0bf25c584bb517d847b7667cf03;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/pandoc/install.ps1 b/pandoc/install.ps1 index 4f48056..709e910 100644 --- a/pandoc/install.ps1 +++ b/pandoc/install.ps1 @@ -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 ".\pandoc-v*" -Recurse -ErrorAction Ignore Remove-Item -Path ".\pandoc.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"