From 4fc2449e059cad34d3899fd699bbcf87969d4692 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Thu, 13 Aug 2020 16:39:22 +0200 Subject: [PATCH] fix: bad function syntax --- compile_sql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_sql.sh b/compile_sql.sh index 24625a5..c089b7f 100755 --- a/compile_sql.sh +++ b/compile_sql.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -function to_header() +function to_header { if [ -f ./include/sql/$1.h ] then