You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2019/10/22 07:01:33 UTC

svn commit: r1868737 - /subversion/branches/swig-py3/get-deps.sh

Author: brane
Date: Tue Oct 22 07:01:32 2019
New Revision: 1868737

URL: http://svn.apache.org/viewvc?rev=1868737&view=rev
Log:
Fix for r1868707: Remove debugging code.

* get-deps.sh (get_deps): Remove echo statement.

Modified:
    subversion/branches/swig-py3/get-deps.sh

Modified: subversion/branches/swig-py3/get-deps.sh
URL: http://svn.apache.org/viewvc/subversion/branches/swig-py3/get-deps.sh?rev=1868737&r1=1868736&r2=1868737&view=diff
==============================================================================
--- subversion/branches/swig-py3/get-deps.sh (original)
+++ subversion/branches/swig-py3/get-deps.sh Tue Oct 22 07:01:32 2019
@@ -149,7 +149,6 @@ get_deps() {
     if [ $# -gt 0 ]; then
       for target in "$@"; do
         if [ "$target" != "deps" ]; then
-          echo "get_$target || usage"
           get_$target || usage
         else
           usage