You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Dustin Lang (Jira)" <ji...@apache.org> on 2022/01/14 19:34:00 UTC

[jira] [Created] (GUACAMOLE-1501) Guacamole manual: Makefile: "find" uses non-POSIX arguments

Dustin Lang created GUACAMOLE-1501:
--------------------------------------

             Summary: Guacamole manual: Makefile: "find" uses non-POSIX arguments
                 Key: GUACAMOLE-1501
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1501
             Project: Guacamole
          Issue Type: Bug
          Components: Documentation
            Reporter: Dustin Lang


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 :)




--
This message was sent by Atlassian Jira
(v8.20.1#820001)