Hey, On Thu, Apr 02, 2015 at 06:20:54PM +0300, Kirill Moizik wrote: > From: Kirill Moizik <kmoizik@xxxxxxxxxx> > > after this fix no need to copy jhbuildrc manualy or perform any other action. > After script finished developer can run jhbuild bootstrap; jhbuild build and this will build remote viewer > > Signed-off-by: Kirill Moizik <kmoizik@xxxxxxxxxx> > --- > spice-osx-build-setup.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/spice-osx-build-setup.sh b/spice-osx-build-setup.sh > index 4934ed7..678d9bb 100755 > --- a/spice-osx-build-setup.sh > +++ b/spice-osx-build-setup.sh > @@ -56,6 +56,7 @@ fi > echo "Installing spice-jhbuild configuration..." > if [ ! -f $HOME/.jhbuildrc-spice ]; then > cp jhbuildrc ~/.jhbuildrc-spice > + export JBH='spice' Is this working on OSX? The script is running in a shell spawned in a child process, so I expect the export to only work for this subshell and the processes it spawns. I don't think this export will get propagated to the parent shell (the one which started spice-osx-build-setup.sh). Christophe
Attachment:
pgpL7B9zT1Vyy.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel