Fix Powershell syntax

This commit is contained in:
Joseph Lenox 2016-07-07 12:40:07 -05:00 committed by GitHub
parent 80336e7130
commit 67b5d12c06

View File

@ -7,7 +7,7 @@ echo "Requires PAR."
# Change this to where you have Strawberry Perl installed.
#SET STRAWBERRY_PATH=C:\Strawberry
$STRAWBERRY_PATH=C:\Strawberry
New-Variable -Name "STRAWBERRY_PATH" -Visibility -Value "C:\Strawberry"
# ([io.fileinfo](Get-Command "perl.exe").Path).basename
cpanm "PAR::Packer"