cookutils rev 363

cross: typo
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 09 22:41:21 2012 +0200 (2012-05-09)
parents e60f4a6df297
children 38fc81ba44de
files cross
line diff
     1.1 --- a/cross	Wed May 09 22:33:50 2012 +0200
     1.2 +++ b/cross	Wed May 09 22:41:21 2012 +0200
     1.3 @@ -244,7 +244,7 @@
     1.4  		binutils 2>&1 | tee $logdir/binutils.log ;;
     1.5  	linux-headers)
     1.6  		init_compile
     1.7 -		linux_headers 2>&1 | tee $logdir/$logdir/linux-headers.log ;;
     1.8 +		linux_headers 2>&1 | tee $logdir/linux-headers.log ;;
     1.9  	gcc-static)
    1.10  		init_compile
    1.11  		gcc_static 2>&1 | tee $logdir/gcc-static.log ;;