diff options
Diffstat (limited to 'coprmirror.sh')
-rwxr-xr-x | coprmirror.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coprmirror.sh b/coprmirror.sh index 9e53aa7..c73abf1 100755 --- a/coprmirror.sh +++ b/coprmirror.sh @@ -41,7 +41,7 @@ test -z "${DRYRUN}" && { for word in ${listing} ; do echo "###########################################" - test -n "${DEBUG}" && echo env DEBUG=$DEBUG VERBOSE=$VERBOSE DRYRUN=$DRYRUN logfile="${logfile}.${word}" inurl="${copr_url}/${copr}/${word}/" this_user=${this_user} workdir="${workdir}/${word}" COPRMIRROR_CONF= ./yummirror.sh + test -n "${DEBUG}" && echo env DEBUG=$DEBUG VERBOSE=$VERBOSE DRYRUN=$DRYRUN logfile="${logfile}.${word}" inurl="${copr_url}/${copr}/${word}/" this_user=${this_user} workdir="${workdir}/${word}" COPRMIRROR_CONF= "${YUMMIRROR_SCRIPT}" test -z "${DRYRUN}" && { mkdir -p "${workdir}/${word}" } |