Verbosity fixes.
This commit is contained in:
parent
54636435f1
commit
5c3b5bf654
2 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ do_cmd() {
|
|||
do_cmd_redir() {
|
||||
DEST=$1
|
||||
shift
|
||||
[ "${VERBOSE}" != "0" ] && echo "$@ \>\> ${DEST}"
|
||||
[ "${VERBOSE}" != "0" ] && echo "$@ >> ${DEST}"
|
||||
"$@" >> ${DEST}
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue