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

Spaces in paths on Cygwin #5

Open
securesean opened this issue Jul 24, 2018 · 1 comment
Open

Spaces in paths on Cygwin #5

securesean opened this issue Jul 24, 2018 · 1 comment

Comments

@securesean
Copy link

I ran into a few problems when spaces are in the git repo name so I double quoted the paramerter to the update function:
update "$d";
and also check to see if the 'cd' failed:
cd "$dir" ;
if [ "$?" == "1" ]; then
cecho r "Failed to enter the git repo directory. Returning early"
addFailedRepo ${dir};
return
fi

@devCharles
Copy link
Owner

Great! thanks @securesean would you like to make a PR or just want me to add this functionality?

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

No branches or pull requests

2 participants