9
0
Fork 0

defaultenv: enable progress for cp

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-01-03 06:00:46 +01:00 committed by Sascha Hauer
parent 36917282ea
commit b5ba23865b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ echo
if [ x$mode = xtftp ]; then
tftp $image $part || exit 1
else
cp $image $part || exit 1
cp -v $image $part || exit 1
fi
protect $part