Op 25 apr. 2012, om 11:21 heeft Jaap Versteegh het volgende geschreven:

> On 25-04-12 11:09, Koen Kooi wrote:
>> What exactly doesn't work with that check? I tested it on debian, fedora and 
>> osx
> 
> I think the line:
> if ! git help log | grep -q no-abbrev ; then
> 
> should be:
> if ! git help log | grep -q no-abbrev-commit ; then
> 
> because 'help log' of git 1.7.0 (default on ubuntu lucid) contains no-abbrev,
> but it doesn't have --no-abbrev-commit.

Well spotted! I seems I only had either git version without any abrev options 
or versions with both. Fix pushed to the setupscripts repo.

regards,

Koen
_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to