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:
3efbefd
)
fix @echo off
author
AJ ONeal
<aj@therootcompany.com>
Tue, 30 Jun 2020 21:16:43 +0000
(21:16 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Tue, 30 Jun 2020 21:16:43 +0000
(21:16 +0000)
_webi/webi.ps1
patch
|
blob
|
history
diff --git
a/_webi/webi.ps1
b/_webi/webi.ps1
index 5bb6966e966c4504fafdc52b7ebb7486e46c8e65..ebe0a02ac93759bc9ce8aba9afb0e3fd34d4b392 100644
(file)
--- a/
_webi/webi.ps1
+++ b/
_webi/webi.ps1
@@
-18,7
+18,7
@@
if (!(Test-Path -Path .local\bin))
{
New-Item -Path .local\bin -ItemType Directory
}
-Set-Content -Path .local\bin\webi.bat -Value "echo off`r`npushd %USERPROFILE%`r`npowershell -ExecutionPolicy Bypass .local\bin\webi.ps1 %1`r`npopd"
+Set-Content -Path .local\bin\webi.bat -Value "
@
echo off`r`npushd %USERPROFILE%`r`npowershell -ExecutionPolicy Bypass .local\bin\webi.ps1 %1`r`npopd"
if (!(Test-Path -Path .local\opt))
{
New-Item -Path .local\opt -ItemType Directory