projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6aca52
)
remove extra &
author
AJ ONeal
<aj@therootcompany.com>
Tue, 30 Jun 2020 17:54:53 +0000
(17:54 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Tue, 30 Jun 2020 17:54:53 +0000
(17:54 +0000)
_webi/bootstrap.ps1
patch
|
blob
|
history
diff --git
a/_webi/bootstrap.ps1
b/_webi/bootstrap.ps1
index 18b0bf87b30e5e1275c58a0c32fc24ad3a8aaaf1..5eac194b63b7dfa5601a0bd48990d9a5ac9832bf 100644
(file)
--- a/
_webi/bootstrap.ps1
+++ b/
_webi/bootstrap.ps1
@@
-36,7
+36,7
@@
popd
# Run webi.ps1
#TODO Set-ExecutionPolicy -ExecutionPolicy Bypass
-
&
Invoke-Expression "powershell -ExecutionPolicy Bypass .\.local\bin\webi.ps1 {{ exename }}"
+Invoke-Expression "powershell -ExecutionPolicy Bypass .\.local\bin\webi.ps1 {{ exename }}"
# Run pathman to set up the folder
#& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\.bin"