From a6a7cc473bd205eb14435026a1418ec260789857 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 26 Nov 2019 18:53:24 +0300 Subject: Remove redundant {package,build}-???-{pre,post}.sql files in odb.sh --- libbrep/odb.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbrep/odb.sh') diff --git a/libbrep/odb.sh b/libbrep/odb.sh index 4172e67..9ee11fa 100755 --- a/libbrep/odb.sh +++ b/libbrep/odb.sh @@ -43,6 +43,8 @@ else fi +rm -f {package,build}-???-{pre,post}.sql + $odb "${inc[@]}" -d pgsql --std c++14 --generate-query \ --odb-epilogue '#include ' \ --odb-epilogue '#include ' \ -- cgit v1.1