> From: Mattias Rönnblom [mailto:mattias.ronnblom at ericsson.com] > Sent: Friday, 20 September 2024 12.27 > +if [ "$CCMEMCPY" = "true" ]; then > + OPTS="$OPTS -Duse_cc_memcpy=true" > +else > + OPTS="$OPTS -Duse_cc_memcpy=true" > +fi With the bug (only testing true) found by David fixed, Acked-by: Morten Brørup <mb at smartsharesystems.com>