Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
goreliu committed Aug 25, 2016
2 parents d76a64b + 1f2476f commit 942c991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/run-wsl-file.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ arg = %1%
SplitPath, arg, filename, dir
SetWorkingDir, %dir%

Run, %A_ScriptDir%\bin\mintty -i %A_ScriptFullPath% -t "%arg%" -e /bin/wslbridge -t ./"%filename%"
Run, %A_ScriptDir%\bin\mintty -i "%A_ScriptFullPath%" -t "%arg%" -e /bin/wslbridge -t ./"%filename%"
2 changes: 1 addition & 1 deletion src/vim.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ SetWorkingDir, %dir%

SplitPath, A_ScriptName, , , , editor

Run, %A_ScriptDir%\bin\mintty -i %A_ScriptFullPath% -t "%arg%" -e /bin/wslbridge -t "%editor%" "%filename%"
Run, %A_ScriptDir%\bin\mintty -i "%A_ScriptFullPath%" -t "%arg%" -e /bin/wslbridge -t "%editor%" "%filename%"

0 comments on commit 942c991

Please # to comment.