cookutils rev 743 slitaz-tank

cook: Fixed url echo line.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 14 02:57:52 2015 +0000 (2015-06-14)
parents 7618375fefaa
children
files cook
line diff
     1.1 --- a/cook	Sat Apr 18 16:12:51 2015 +0000
     1.2 +++ b/cook	Sun Jun 14 02:57:52 2015 +0000
     1.3 @@ -201,7 +201,7 @@
     1.4  get_source() {
     1.5  	pwd=$(pwd)
     1.6  	for file in $@; do
     1.7 -		_ "Getting source from url: \${file#*|}"
     1.8 +		_ "Getting source from url:"; echo " ${file#*|}"
     1.9  		if [ "$file" = "$PATCH" -o "$file" = "$orig_url_patch" ]; then
    1.10  			SAVE_FILE="$SRC/$PTARBALL"
    1.11  		else