You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/04/29 21:59:09 UTC

svn commit: r1741698 - /commons/scripts/Nexus2DistDev.sh

Author: sebb
Date: Fri Apr 29 19:59:08 2016
New Revision: 1741698

URL: http://svn.apache.org/viewvc?rev=1741698&view=rev
Log:
Restore temp failure exit

Modified:
    commons/scripts/Nexus2DistDev.sh

Modified: commons/scripts/Nexus2DistDev.sh
URL: http://svn.apache.org/viewvc/commons/scripts/Nexus2DistDev.sh?rev=1741698&r1=1741697&r2=1741698&view=diff
==============================================================================
--- commons/scripts/Nexus2DistDev.sh (original)
+++ commons/scripts/Nexus2DistDev.sh Fri Apr 29 19:59:08 2016
@@ -99,7 +99,7 @@ then
 
     cd  ${SVNDIR}-dev-dist || exit
 
-    mkdir $TAGNAMERC #|| exit
+    mkdir $TAGNAMERC || exit
 
     svn add $TAGNAMERC || exit