cookutils rev 774

cooker: recook button support (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 13 15:21:36 2015 +0100 (2015-11-13)
parents a098710285e2
children b279678c9500
files cooker
line diff
     1.1 --- a/cooker	Fri Nov 13 14:57:30 2015 +0100
     1.2 +++ b/cooker	Fri Nov 13 15:21:36 2015 +0100
     1.3 @@ -405,7 +405,8 @@
     1.4  			echo -e "\nSpecified list does not exist: $list\n"
     1.5  			exit 1
     1.6  		fi
     1.7 -		cp -a $list $cooklist
     1.8 +		cat $list >> $cooklist
     1.9 +		echo -n > $list
    1.10  		strip_blocked
    1.11  		cook_order | tee $LOGS/cookorder.log
    1.12  		cook_list ;;