trim_quotes: Fix bug with only one type of quote being removed
This commit is contained in:
parent
6cd4584f67
commit
7bf2654c76
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2394,7 +2394,7 @@ trim() {
|
|||
|
||||
trim_quotes() {
|
||||
trim_output="${1//\'}"
|
||||
trim_output="${1//\"}"
|
||||
trim_output="${trim_output//\"}"
|
||||
printf "%s" "$trim_output"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue