Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes for profile.d support #867

Merged
merged 3 commits into from
Mar 5, 2016

Conversation

daxgames
Copy link
Member

@daxgames daxgames commented Mar 2, 2016

No description provided.

@@ -97,7 +97,7 @@
@pushd "%CMDER_ROOT%\config\profile.d"
for /f "usebackq" %%x in ( `dir /b *.bat *.cmd` ) do (
REM @echo Calling %CMDER_ROOT%\config\profile.d\%%x...
@call %%x
@call "%CMDER_ROOT%\config\profile.d\%%x"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to account for other scripts that are in profile.d that MAY use 'cd' in them instead of pushd/popd and thus break this section of init.bat.

@daxgames daxgames changed the title added fully qualified path to cmd profile.d section Various fixes for profile.d support Mar 3, 2016
Stanzilla added a commit that referenced this pull request Mar 5, 2016
Various fixes for profile.d support
@Stanzilla Stanzilla merged commit df768f3 into cmderdev:development Mar 5, 2016
@daxgames daxgames deleted the cmd_profile.d_fix branch March 21, 2016 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants