Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Fix for issue #1 #2

Merged
merged 1 commit into from
Apr 27, 2016
Merged

Fix for issue #1 #2

merged 1 commit into from
Apr 27, 2016

Conversation

equelin
Copy link
Contributor

@equelin equelin commented Apr 23, 2016

This fix correct the issue #1.

Invoke-Expression does not handle correctly paths with space in it. One of the solution is to escaping spaces with a backtick like for example:

# Pull in vars
$vars = (Get-Item $PSScriptRoot).Parent.FullName + "\vars.ps1"
Invoke-Expression ($vars -replace ' ', '` ')

@chriswahl chriswahl merged commit 63fc5c7 into WahlNetwork:master Apr 27, 2016
@cars cars mentioned this pull request Aug 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants