fix ubuntu compile error

This commit is contained in:
obdev
2022-11-02 03:07:34 +00:00
committed by wangzelin.wzl
parent 6af7f9ae79
commit 78cfd003f7

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo -e '#include "objit/common/ob_item_type.h"'
echo -e "const char* get_type_name(int type)\n{"
echo -e "\tswitch(type){"