From a8a21d18ef5beb4269e310644652de731f094d0c Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 7 Jul 2016 14:36:43 -0500 Subject: [PATCH] typo in script --- utils/package_win32.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/package_win32.ps1 b/utils/package_win32.ps1 index 663e621d2..13fab13fb 100644 --- a/utils/package_win32.ps1 +++ b/utils/package_win32.ps1 @@ -7,7 +7,7 @@ echo "Requires PAR." # Change this to where you have Strawberry Perl installed. #SET STRAWBERRY_PATH=C:\Strawberry -New-Variable -Name "STRAWBERRY_PATH" -Visibility -Value "C:\Strawberry" +New-Variable -Name "STRAWBERRY_PATH" -Value "C:\Strawberry" # ([io.fileinfo](Get-Command "perl.exe").Path).basename cpanm "PAR::Packer"