mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-30 21:42:18 +00:00
Small regex change.
This commit is contained in:
parent
3099a79bac
commit
f187f3db29
@ -122,7 +122,7 @@ parse_input()
|
||||
|
||||
--with-*)
|
||||
arg="`echo $1 | sed 's|^--with-\S\S*=||'`"
|
||||
with=`echo $1 | sed 's|^--with-\(\S\S*\)=.*$|\1|'`
|
||||
with="`echo $1 | sed 's|^--with-\(\S\S*\)=.*|\1|'`"
|
||||
if [ -z "`echo $COMMAND_LINE_OPTS_STRINGS | grep -i -- $with`" ]; then
|
||||
print_help
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user