make-dbus-glib-error-enum.sh runs under /bin/sh, but it uses bashisms that fail under solaris sh. It uses: if ! test -s $DEST.tmp ; then but it should really be if test ! -s $DEST.tmp ; then
Moved to the GLib component
Fixed in 0.72.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.