wok-next diff noto-sans/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents 4e6503d7a19f
children
line diff
     1.1 --- a/noto-sans/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/noto-sans/receipt	Sat Jun 20 16:34:10 2020 +0100
     1.3 @@ -31,7 +31,7 @@
     1.4  		save_file="NotoSans-$font-$VERSION.ttf"
     1.5  		url="https://github.com/googlei18n/noto-fonts/raw/$COMMIT/hinted/$get_file"
     1.6  		[ -e "$SRC/$save_file" ] || wget -T 30 -O "$SRC/$save_file" $url
     1.7 -		[ -e "$SRC/$save_file" ] || exit 1
     1.8 +		[ -e "$SRC/$save_file" ] || return 1
     1.9  		cp "$SRC/$save_file" "$src/$get_file"
    1.10  	done
    1.11