mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
qb: Fix $VARS for zsh.
This commit is contained in:
parent
514391b4d8
commit
a943fabe1e
@ -520,6 +520,6 @@ fi
|
|||||||
|
|
||||||
# Creates config.mk and config.h.
|
# Creates config.mk and config.h.
|
||||||
add_define_make GLOBAL_CONFIG_DIR "$GLOBAL_CONFIG_DIR"
|
add_define_make GLOBAL_CONFIG_DIR "$GLOBAL_CONFIG_DIR"
|
||||||
VARS=$(eval set | grep ^HAVE_ | sed s/=.*// | sed s/^HAVE_//)
|
VARS=$(eval set | grep ^HAVE_ | sed 's/=.*//' | sed 's/^HAVE_//')
|
||||||
create_config_make config.mk $VARS
|
create_config_make config.mk $(printf %s "$VARS")
|
||||||
create_config_header config.h $VARS
|
create_config_header config.h $(printf %s "$VARS")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user