mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
/cpp/preprocess: fix string comp. operator
This commit is contained in:
parent
5b1851ae22
commit
0b81068368
@ -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…
x
Reference in New Issue
Block a user