fix: quote variable in database debug output
This commit is contained in:
parent
7963754379
commit
5f9bd027f3
@ -11,7 +11,7 @@ openDatabase() {
|
||||
if (( debug > 2 ))
|
||||
then
|
||||
exec 5>&3
|
||||
exec 3> >(tee -a $tempdir/debug.log >&5)
|
||||
exec 3> >(tee -a "$tempdir/debug.log" >&5)
|
||||
fi
|
||||
cat $schema >&3
|
||||
echo '.separator ::AtOM:SQL:Sep::' >&3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user