Fixed missing forward slash
This commit is contained in:
parent
2daaa57f3a
commit
771ead2701
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -916,7 +916,7 @@ getgtk () {
|
||||||
gtktheme=${gtktheme/ [GTK2\/\3\]/}
|
gtktheme=${gtktheme/ [GTK2\/\3\]/}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gtktheme=${gtktheme/\'}
|
gtktheme=${gtktheme//\'}
|
||||||
}
|
}
|
||||||
|
|
||||||
getgtktheme () {
|
getgtktheme () {
|
||||||
|
|
Loading…
Reference in a new issue