mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
/cpp/preprocess: fix string comp. operator
This commit is contained in:
parent
5b1851ae22
commit
0b81068368
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ preprocess() {
|
|||
fi
|
||||
}
|
||||
|
||||
if [ "$1" == "clean" ];then
|
||||
if [ "$1" = "clean" ];then
|
||||
rm -f src/msgpack/type/tuple.hpp
|
||||
rm -f src/msgpack/type/define.hpp
|
||||
rm -f src/msgpack/zone.hpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue