Bug 6700 - /bin/sh is not bash on all platforms
Summary: /bin/sh is not bash on all platforms
Status: RESOLVED FIXED
Alias: None
Product: dbus
Classification: Unclassified
Component: GLib (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Solaris
: high normal
Assignee: Robert McQueen
QA Contact: John (J5) Palmieri
URL: http://jhbuild.bxlug.be/builds/2006-0...
Whiteboard:
Keywords: janitor
Depends on:
Blocks:
 
Reported: 2006-04-23 00:08 UTC by James Andrewartha
Modified: 2006-10-25 12:03 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.