mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
quotes.
This commit is contained in:
parent
29bfdb56bf
commit
0d92ecf8dc
2
utils.sh
2
utils.sh
@ -564,7 +564,7 @@ build_rv() {
|
||||
done
|
||||
}
|
||||
|
||||
list_args() { tr -d '\t\r' <<<"$1" | tr -s ' ' | sed 's/" "/"\n"/g' | grep -v '^$' || :; }
|
||||
list_args() { tr -d '\t\r' <<<"$1" | tr -s ' ' | sed 's/" "/"\n"/g' | sed 's/\([^"]\)"\([^"]\)/\1'\''\2/g' | grep -v '^$' || :; }
|
||||
join_args() { list_args "$1" | sed "s/^/${2} /" | paste -sd " " - || :; }
|
||||
|
||||
uninstall_sh() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user