projects
/
limn-bak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4914570
)
Eliminates silly printf warning.
author
dsc
<dsc@wikimedia.org>
Thu, 29 Mar 2012 21:12:11 +0000 (14:12 -0700)
committer
dsc
<dsc@wikimedia.org>
Thu, 29 Mar 2012 21:12:11 +0000 (14:12 -0700)
deploy.sh
patch
|
blob
|
history
diff --git
a/deploy.sh
b/deploy.sh
index
2251b1d
..
908e0bb
100755
(executable)
--- 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!"