Justin, where is this patch coming from - are you using git format-patch for this or are you creating a patch of a particular file? Given the format of this it will not apply with git am. Should I take these and paste them into a patch file and apply. I can do that but then you will not be attributed in the merge comments - automatically at least.
BTW, thanks much for the patches. I will get them applied but suggest that git format-patch be used after committing to your local repo. Then mail that patch or even better give me the url of your git repo and I will merge the changes directly. On Tue, Jan 27, 2009 at 11:15 PM, Justin Venus <[email protected]>wrote: > > epkg is a bash script the shebang line needs to be corrected in order > to operate under Solaris. > > --- release_packages/faxien-0.40.0.0/bin/epkg 2009-01-27 > 22:27:59.022257000 -0600 > +++ bin/epkg 2009-01-27 22:28:16.274769000 -0600 > @@ -1,4 +1,4 @@ > -#!/bin/sh > +#!/bin/bash > > PROG=$0 > PROG_DIR=$(cd `dirname $0`; pwd) > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlware-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/erlware-dev?hl=en -~----------~----~----~----~------~----~------~--~---
