Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

change core symbol name length to 7(MEETONE) #5958

Merged
merged 2 commits into from
Oct 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eosio_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
DOXYGEN=true
;;
s)
if [ "${#OPTARG}" -gt 6 ] || [ -z "${#OPTARG}" ]; then
if [ "${#OPTARG}" -gt 7 ] || [ -z "${#OPTARG}" ]; then
printf "\\n\\tInvalid argument: %s\\n" "${OPTARG}" 1>&2
usage
exit 1
Expand Down