You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike many utilities, the `strip` utility is not required by
POSIX to follow the XBD 12.2 Utility Syntax Guidelines, so need not
support `--`. On macOS, and possibly some other systems, it does
not, and `--` causes an error. Fortunately, it's okay to just not
pass it, because the value of `$TARGET_DIR` is known not to start
with `-`.
0 commit comments