Git uses the sed found on the PATH in git-am.  When using sed compiled by fink 
it gives incorrect results.

System sed (expected):

  lanny;~> echo "Rémi Leblond" | LANG=C LC_ALL=C /usr/bin/sed -ne 
's/.*/GIT_AUTHOR_NAME='\''&'\''/p'
  GIT_AUTHOR_NAME='Rémi Leblond'

fink sed (unexpected.  .* breaks at é):

  lanny;~> echo "Rémi Leblond" | LANG=C LC_ALL=C /sw/bin/sed -ne 
's/.*/GIT_AUTHOR_NAME='\''&'\''/p'
  GIT_AUTHOR_NAME='R'émi Leblond

This causes git rebase to fail.

OSX version 10.7.4
fink version
  Package manager version: 0.32.6
  Distribution version: selfupdate-rsync Thu May 31 14:12:29 2012, 10.7, x86_64
  Trees: local/main stable/main
---
Lanny Ripple
[email protected]


Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to