mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
qb: Sort set variables.
This commit is contained in:
parent
b971b821be
commit
91f6218913
@ -518,7 +518,8 @@ while [ $# -gt 0 ]; do
|
||||
tmpvar="${1%=*}"
|
||||
shift 1
|
||||
var="${tmpvar#HAVE_}"
|
||||
VARS="${VARS} $var"
|
||||
vars="${vars} $var"
|
||||
done
|
||||
VARS="$(printf %s "$vars" | tr ' ' '\n' | sort)"
|
||||
create_config_make config.mk $(printf %s "$VARS")
|
||||
create_config_header config.h $(printf %s "$VARS")
|
||||
|
Loading…
x
Reference in New Issue
Block a user