mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
Merge 1c64bf5fe3
into 895fe73941
This commit is contained in:
commit
57386f6fa3
1 changed files with 1 additions and 1 deletions
|
@ -223,5 +223,5 @@ function read_variable() {
|
|||
function read_configuration() {
|
||||
local name=$1
|
||||
grep -E "^$name=" "$TOOLKIT_ROOT/config/overleaf.rc" \
|
||||
| sed -r "s/^$name=([\"']?)(.+)\1\$/\2/"
|
||||
| sed -r "s/^$name=([\"']?)(.+)\$/\2/"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue