Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-1501

Guacamole manual: Makefile: "find" uses non-POSIX arguments

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Implemented
    • None
    • 1.6.0
    • Documentation
    • None

    Description

      In the guacamole-manual Makefile, files are found using

      find -path "./src/*" ...

      The "-path" part is not in POSIX. It fails on Mac OSX 10.15:

      > find -path "./src/" -name ".md"
      find: illegal option – p
      usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
      find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]

      I have a fix for this, just need an issue number for the PR

      Attachments

        Activity

          People

            Unassigned Unassigned
            dstn Dustin Lang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: