|
|
Rockbox mail archiveSubject: Re: problem compiling latest svn codeRe: problem compiling latest svn code
From: Magnus Holmgren <lear_at_algonet.se>
Date: Sun, 24 Feb 2008 13:09:16 +0100
alex wallis wrote:
>> ls -l apps/lang/* | awk '{print $5}' | sort -n | tail -1
Seems like the ls output is different from expected for some reason. If
ls -l apps/lang/s*
what is the output of that? It should create a list like this:
-rw-r--r-- 1 Name None 3127 Feb 24 10:14 apps/lang/slovenscina.lng
but in your case, there seem to be an extra space column before the
ls -ln apps/lang/* | awk '{print $5}' | sort -n | tail -1
Magnus
Page was last modified "Mar 9 2008" The Rockbox Crew |