QMSTR / qmstr

QMSTR compliance tool
https://qmstr.org
31 stars 1 forks source link

Removed invalid `install` -t flag for MacOS #508

Closed marcomicera closed 4 years ago

marcomicera commented 4 years ago

The -t flag for the install command is not available on macOS. I'm hence adopting:

install [OPTION]... SOURCE... DIRECTORY

Instead of:

install [OPTION]... -t DIRECTORY SOURCE...

(source).

fullsushidev commented 4 years ago

Closing this PR since it's already fixed with https://github.com/QMSTR/qmstr/pull/510