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
The GNU and BSD versions of sed use different options for enabling
extended regular expressions. In order for scripts to work on both
systems, the flux.sh script needs to check which sed version is
installed. This commits adds a check for this. Additionally, the
the script is aborted if sed does not seem to support extended
regexps at all.
0 commit comments