From: dsc Date: Thu, 29 Mar 2012 21:12:11 +0000 (-0700) Subject: Eliminates silly printf warning. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=b50cd6b1b3d20866290d192e05c623f90695504f;p=limn-bak.git Eliminates silly printf warning. --- diff --git a/deploy.sh b/deploy.sh index 2251b1d..908e0bb 100755 --- a/deploy.sh +++ b/deploy.sh @@ -69,7 +69,7 @@ log "ok!" # Finally, deploy the files log "Deploying files..." -rsync -Caz $([ "$VERBOSE" ] && printf '-v') --progress tmp/dist $DEPLOY_HOST:$DEPLOY_PATH +rsync -Caz $([ "$VERBOSE" ] && echo '-v') --progress tmp/dist $DEPLOY_HOST:$DEPLOY_PATH log "ok!" log "Done!"