Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
Not for Release Notes
Description
in the mariadb_repo_setup script
https://r.mariadb.com/downloads/mariadb_repo_setup
line 383
--arch)
|
if [[ -n $2 ]] && [[ $2 != --* ]]; then
|
os_type=$2
|
shift
|
else
|
error "The $1 option requires an argument"
|
fi
|
;;
|
when the `--arch` parameter is used it does `os_type=$2` in stead of `arch=$2`