fix: bad function syntax
This commit is contained in:
parent
6d37bd9734
commit
4fc2449e05
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
function to_header()
|
function to_header
|
||||||
{
|
{
|
||||||
if [ -f ./include/sql/$1.h ]
|
if [ -f ./include/sql/$1.h ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue