##// END OF EJS Templates
contrib: fix a bug preventing editmergeps.ps1 from running unknonw editors...
Kostia Balytskyi -
r32570:04e18be6 default
parent child Browse files
Show More
@@ -65,7 +65,7 b' if (($ed -eq "vim") -or ($ed -eq "emacs"'
65 }
65 }
66 else
66 else
67 {
67 {
68 $ "$ed" $file
68 & "$ed" $file
69 }
69 }
70
70
71 $conflicts=Get-Lines
71 $conflicts=Get-Lines
General Comments 0
You need to be logged in to leave comments. Login now