We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d1e83b + e27de1e commit b8cc361Copy full SHA for b8cc361
scriptmodules/inifuncs.sh
@@ -152,7 +152,7 @@ function iniGet() {
152
value_m="\([^\r]*\)"
153
fi
154
155
- ini_value="$(sed -n "s/^[ |\t]*$key[ |\t]*$delim_strip[ |\t]*$value_m.*/\1/p" "$file" | tail -1)"
+ ini_value="$(sed -n "s#^[ |\t]*$key[ |\t]*$delim_strip[ |\t]*$value_m.*#\1#p" "$file" | tail -1)"
156
}
157
158
# @fn retroarchIncludeToEnd()
0 commit comments