Refactor mod() out of chmod, install, and mkdir but keep them standalone programs #244
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
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
The text was updated successfully, but these errors were encountered: