Skip to content

Support BSD-like sed syntax on macOS#113

Open
TheZ3ro wants to merge 1 commit into
vitasdk:masterfrom
TheZ3ro:patch-1
Open

Support BSD-like sed syntax on macOS#113
TheZ3ro wants to merge 1 commit into
vitasdk:masterfrom
TheZ3ro:patch-1

Conversation

@TheZ3ro
Copy link
Copy Markdown

@TheZ3ro TheZ3ro commented May 16, 2026

On macOS, the system-wide sed use the -i flag for a different purpose:

SED(1)                                                         General Commands Manual

NAME
     sed – stream editor

SYNOPSIS
     sed [-EHalnru] command [-I extension] [-i extension] [file ...]
     sed [-EHalnru] [-e command] [-f command_file] [-I extension] [-i extension] [file ...]

this breaks the installation since the current folder (in $PACKAGE_LIST, that is something like /usr/local/vitasdk) will be interpreted as a sed command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant