]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
be more verbose
authorRudolf Polzer <divverent@alientrap.org>
Thu, 5 Aug 2010 04:14:48 +0000 (06:14 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 5 Aug 2010 04:14:48 +0000 (06:14 +0200)
all

diff --git a/all b/all
index 63f70d084004fa516f9ef224f8bcc0ce4370ae66..b0173fdb6c1ff7a72cd78b0750ae376302f3a35c 100755 (executable)
--- a/all
+++ b/all
@@ -888,14 +888,14 @@ case "$cmd" in
                                        verbose eval make clean $maketargets $makeflags
                                )
                                for f in $targetfiles; do
-                                       mv "$buildpath/${f%:*}" "${f##*:}"
+                                       verbose mv "$buildpath/${f%:*}" "${f##*:}"
                                done
                                ;;
                        *)
                                rsync --delete -zvaSHPAX "$srcdir"/ "$host:$buildpath/"
                                verbose ssh "$host" ". ~/.profile && cd $buildpath && make clean $maketargets $makeflags"
                                for f in $targetfiles; do
-                                       rsync -zvaSHPAX "$host:$buildpath/${f%:*}" "${f##*:}"
+                                       verbose rsync -zvaSHPAX "$host:$buildpath/${f%:*}" "${f##*:}"
                                done
                                ;;
                esac