Bug 6700

Summary: /bin/sh is not bash on all platforms
Product: dbus Reporter: James Andrewartha <trs80>
Component: GLibAssignee: Robert McQueen <robert>
Status: RESOLVED FIXED QA Contact: John (J5) Palmieri <johnp>
Severity: normal    
Priority: high Keywords: janitor
Version: unspecified   
Hardware: x86 (IA32)   
OS: Solaris   
URL: http://jhbuild.bxlug.be/builds/2006-04-19-0008/logs/dbus/#build
Whiteboard:
i915 platform: i915 features:

Description James Andrewartha 2006-04-23 00:08:09 UTC
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
Comment 1 John (J5) Palmieri 2006-08-08 16:29:38 UTC
Moved to the GLib component
Comment 2 Rob Taylor 2006-10-25 12:03:45 UTC
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.