george-hopkins / opentom

[Unofficial] Tiny Linux distribution for TomTom™ devices
Other
74 stars 33 forks source link

git problem #11

Closed gefin closed 7 years ago

gefin commented 7 years ago

my git version 1.7.10.4, updated debian 7 don`t understand the -C in git -C microwin checkout .... Can we use a more compatible syntax?

Gernot

MatrixMike commented 7 years ago

Hi Gernot,

looks like your git is even older than mine was a few months ago... I added a help-self remember note to my 'tips' file -- see

https://github.com/MatrixMike/Linux-tricks-and-tips/blob/master/tips1.txt

regards, Mike

On 23/11/16 08:32, gefin wrote:

my git version 1.7.10.4, updated debian 7 don`t understand the -C in git -C microwin checkout .... Can we use a more compatible syntax?

Gernot

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/george-hopkins/opentom/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/AEVhOAEyZJ5C89vzHBs6kQPdpBThby1iks5rA19vgaJpZM4K59wv.

gefin commented 7 years ago

Thanks, i think there is a simple solution.. [ -f $1 ] || { cd ../build && git clone git://microwindows.org/microwin && cd microwin && git checkout 9ffcd17 && cd .. &&tar czf ../Downloads/microwin_9ffcd17.tgz microwin; }

george-hopkins commented 7 years ago

Thanks for your report Gernot! I just pushed the fix to master. Would you mind testing again?

gefin commented 7 years ago

I tried your master. Git work now well.