On Thu, Apr 14, 2011 at 02:09:35PM -0700, David Leimbach wrote: > And now it builds.
Oh yeah, just switching to my branch. I thought you had to patch something. > > To get all the bash scripts to run I hunted down all the instances of: > #!/bin/bash > > and made them > > #!/usr/bin/env bash > > I just don't agree with making symlinks on my system. I also think that if > these scripts could be run with POSIX sh it'd be better to make them > #!/bin/sh in the long run. They actually do run under sh (from what I've tested). I think if we're sure they work even on solaris' sh then we should switch them over, there's no reason to have a bash dependancy. Andrew _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
