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

Using Quotation mark " or not #6

Open
hugomosh opened this issue Oct 17, 2014 · 0 comments
Open

Using Quotation mark " or not #6

hugomosh opened this issue Oct 17, 2014 · 0 comments

Comments

@hugomosh
Copy link

I feel like a noob here but I am wondering what is that I am missing:

If I run:

export GIT_REPOS_ROOT="~/repositorios_git/"
    mkdir ${GIT_REPOS_ROOT}
    chmod 711 ${GIT_REPOS_ROOT}

I get chmomkdir: cannot create directory~/repositorios_git/': No such file or directory`

But if i change it to:

export GIT_REPOS_ROOT=~/private_repos/
mkdir ${GIT_REPOS_ROOT}
chmod 711 ${GIT_REPOS_ROOT}

It works fine.

Are we suppose to take the quotation marks or is it that I am using a differnt bash?
Je n comprendo pa.

Thank you for the help : ]

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

1 participant