Skip to content

Clean up Unix build script#13

Open
YoshiRulz wants to merge 1 commit intoShaffySwitcher:mainfrom
YoshiRulz:yoshi
Open

Clean up Unix build script#13
YoshiRulz wants to merge 1 commit intoShaffySwitcher:mainfrom
YoshiRulz:yoshi

Conversation

@YoshiRulz
Copy link
Copy Markdown

@YoshiRulz YoshiRulz commented Nov 16, 2024

  • more lax shebang
  • actually check for perl/mono/ffmpeg at start instead of just printing
  • set and recall command+flags for md5 checker (dedup)
  • set and recall tools dir, using symlinks so it's all in one place
  • also set executable bit in the repo's metadata for everything
  • remove call to clear from ncurses (there's a correct way, but why)

...and after all that, it's still not working :( The armips call is meant to create build/rh-eng.gba right? magically works now

@signalno11
Copy link
Copy Markdown
Contributor

There are bashisms here, particularly ==, the POSIX standard is =. Makes sense to change to =, sure. dash and zsh both dislike ==, iirc.

Copy link
Copy Markdown
Contributor

@signalno11 signalno11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change == to =, otherwise, LGTM

Copy link
Copy Markdown
Contributor

@signalno11 signalno11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from this, LGTM

- more lax shebang
- actually check for perl/mono/ffmpeg at start instead of just printing
- set and recall command+flags for md5 checker (dedup)
- set and recall tools dir, using symlinks so it's all in one place
- also set executable bit in the repo's metadata for everything
- remove call to `clear` from ncurses (there's a correct way, but why)
Copy link
Copy Markdown
Contributor

@signalno11 signalno11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@signalno11
Copy link
Copy Markdown
Contributor

@ShaffySwitcher r?

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.

2 participants