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

fix bash and powershell init scripts #1739

Merged
merged 1 commit into from
Apr 5, 2018
Merged

Conversation

daxgames
Copy link
Member

@daxgames daxgames commented Apr 3, 2018

Fixes for all three shell init scripts.

@Stanzilla
Copy link
Member

ready to merge? looks good to me

@Stanzilla Stanzilla merged commit e746101 into cmderdev:master Apr 5, 2018

if [ ! -f "${initialConfig}" ] ; then
echo Creating user startup file: "${initialConfig}"
cat <<-eof >"${initialCodfig}"
Copy link

Choose a reason for hiding this comment

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

Typo?
initialCodfig => initialConfig

(
echo Creating user startup file: "%initialConfig%"
Copy link

Choose a reason for hiding this comment

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

This one should go just below the if statement.

@daxgames daxgames deleted the fix_init branch September 16, 2018 21: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.

3 participants