Fix missing quote mark

The missing quotes affect bootstrap routine:
./bootstrap: eval: line 646: unexpected EOF while looking for matching `''
./bootstrap: eval: line 647: syntax error: unexpected end of file

For some reason bootstrap script ignores these errors and terminates
successfully.

Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
This commit is contained in:
Kirill K. Smirnov 2023-07-28 14:56:43 +03:00 committed by Chris Packham
parent 3293e72b3a
commit 465207b7a2
6 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
obsolete='yes
obsolete='yes'

View File

@ -1 +1 @@
obsolete='yes
obsolete='yes'

View File

@ -1 +1 @@
obsolete='yes
obsolete='yes'

View File

@ -1 +1 @@
obsolete='yes
obsolete='yes'

View File

@ -1 +1 @@
obsolete='yes
obsolete='yes'

View File

@ -1 +1 @@
obsolete='yes
obsolete='yes'