diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh index a9c18a0d..b2e5f8a3 100755 --- a/scripts/copy_buildsync.sh +++ b/scripts/copy_buildsync.sh @@ -17,8 +17,6 @@ RSYNC_OPTS=( -aO --delay-updates ) -DEBUG= -VERBOSE= EXTENSIONS="[.tar.xz,.tar.bz2,.tar.gz,.tar,.sfs]" OUT_STAGE3="latest-stage3.txt" @@ -29,21 +27,20 @@ OUT_ISO="latest-iso.txt" DEBUGP= VERBOSEP= -[ -n "$DEBUG" ] && DEBUGP=echo -[ -n "$DEBUG" ] && RSYNC_OPTS+=( -n ) -[ -n "$VERBOSE" ] && RSYNC_OPTS+=( -v ) -[ -n "$VERBOSEP" ] && VERBOSEP="-v" - usage() { cat <