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

Confirm if Dockersand .bat and .ps1 need executable bit set #178

Open
dpogue opened this issue Jul 18, 2023 · 0 comments
Open

Confirm if Dockersand .bat and .ps1 need executable bit set #178

dpogue opened this issue Jul 18, 2023 · 0 comments

Comments

@dpogue
Copy link
Member

dpogue commented Jul 18, 2023

This is a minor annoyance on Linux, but might turn out to be necessary and not worth fixing.

When I type ./do and hit tab in my terminal, it cannot autocomplete to ./dockersand.sh because it sees 3 files with the executable (+x) bit set and doesn't know which one to use.

I'm reasonably sure Windows doesn't use/preserve that attribute, so I'm pretty certain we don't need it set on dockersand.bat, but I'm less clear about the dockersand.ps1 PowerShell file (since hypothetically someone could choose to run PowerShell on Linux or macOS)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant