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

Refactor mod() out of chmod, install, and mkdir but keep them standalone programs #244

Open
briandfoy opened this issue Sep 13, 2023 · 0 comments
Labels
Priority: low get to this whenever Program: chmod The chmod program Program: install The install program Program: mkdir The mkdir program Type: enhancement improve a feature that already exists

Comments

@briandfoy
Copy link
Owner

briandfoy commented Sep 13, 2023

The chmod, install, and mkdir commands each have a copy of mod so they are self contained. Think about fixing that so they don't diverge. That might mean turning those programs into .PL files and inserting the text at build time.

See #237

@briandfoy briandfoy added Type: enhancement improve a feature that already exists Priority: low get to this whenever Program: mkdir The mkdir program Program: install The install program Program: chmod The chmod program labels Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: low get to this whenever Program: chmod The chmod program Program: install The install program Program: mkdir The mkdir program Type: enhancement improve a feature that already exists
Projects
None yet
Development

No branches or pull requests

1 participant