Amar Takhar commented on a discussion on source-builder/sb/simhost.py: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/95#note_117028 > > try: > lc = 0 > + ll = '' > for l in bsetf: > lc += 1 > - l = _clean(l) > + l = _clean_and_pack(l, ll) > if len(l) == 0: > continue > + if l[-1] == '\\': > + ll = l[0:-1] Good catch I didn't consider there would be multiple that's annoying. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/95#note_117028 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs