Skip to content

Commit

Permalink
Merge pull request #311 from sescandell/fix-adminlaunch
Browse files Browse the repository at this point in the history
FIX CMDER_ROOT for admin launch
  • Loading branch information
MartiUK committed Mar 18, 2015
2 parents 021263d + ea3863b commit 7169f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

:: Find root dir
@if not defined CMDER_ROOT (
for /f %%i in ("%ConEmuDir%\..\..") do @set CMDER_ROOT=%%~fi
for /f "delims=" %%i in ("%ConEmuDir%\..\..") do @set CMDER_ROOT=%%~fi
)

:: Change the prompt style
Expand Down

0 comments on commit 7169f49

Please sign in to comment.