[Webkit-unassigned] [Bug 173801] New: AX: Homebrew is not allowed to run any script under sudo.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 23 18:29:10 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=173801

            Bug ID: 173801
           Summary: AX: Homebrew is not allowed to run any script under
                    sudo.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: macOS 10.13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: yhorg at hotmail.com
                CC: lforschler at apple.com

/Tools/gtk/install-dependencies

... line 3
# This script needs to be run with root rights.
if [ $UID -ne 0 ]; then
    sudo $0
    exit 0
fi


These code snippet will cause error while installing dependencies.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170624/4ffc00d7/attachment.html>


More information about the webkit-unassigned mailing list