an alternate fix that might prevent this problem from re-occuring if someone else modifies this script in the future is to change the first line from '#!/bin/sh' to '#!/bin/ksh -p'. either fix should work. thanks. :) ed
On Fri, Nov 07, 2008 at 10:48:10AM +0000, Michal Pryc wrote: > I've checked this both on osol_101a and Solaris Nevada 97. Both works fine > with this change. > > Michal > > jmr wrote: >> Hi - simple one line change for *src/um/update-refresh.sh *script that >> is failing if the user changes their default shell to the nevada /bin/sh >> version for ON builds as the $() syntax is not supported, replaced with ``. >> >> This script is invoked by a cron job to get the latest catalog, allowing >> the UMNotifier to check for updates to the users image and inform the >> user if there are any. >> >> Webrev: http://cr.opensolaris.org/~jmr/umn_4594_v1_Nov07/ >> Bug: http://defect.opensolaris.org/bz/show_bug.cgi?id=4594 >> >> JR >> >> >> _______________________________________________ >> pkg-discuss mailing list >> [email protected] >> http://mail.opensolaris.org/mailman/listinfo/pkg-discuss _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
