Skip to content
Snippets Groups Projects

build: fix a warning on non-GNU distributions

Closed Jan Beich requested to merge (removed):ash into main

Found on FreeBSD where /bin/sh descends from Almquist shell. It's very fast superset of POSIX (e.g., local keyword, $'...' quoting).

[[ is supported by Bash, Zsh, oksh but not by FreeBSD sh, NetBSD sh, dash, mrsh.

dash$ [[ foo = bar ]]
dash: 1: [[: not found

mrsh$ [[ foo = bar ]]
mrsh:0:0: syntax error: keyword is reserved and causes unspecified results: [[

See also https://gitlab.gnome.org/bilelmoussaoui/gtk-rust-template/-/merge_requests/52

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading